blob: ff5e62e895a742fc6c139b069f82d7da66a67d44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<templates xml:space="preserve">
<t t-name="portal.identitycheck">
<form string="Security Control">
<h3><strong>Please confirm your password to continue</strong></h3>
<p>This is necessary for security-related changes. The authorization will last for a few minutes.</p>
<div>
<label for="password" class="col-4 col-md-12 px-0">Password</label>
<input class="form-control col-10 col-md-6" autocomplete="current-password"
name="password" type="password" required="required"/>
</div>
</form>
</t>
</templates>
|