Commit baadee07 authored by Jérome Perrin's avatar Jérome Perrin

web_renderjs_ui: add some missing i18n tags on login pages

parent b343ffb5
......@@ -9,7 +9,7 @@
<div data-gadget-scope='header'>
<div class="ui-header">
<h1><span>Reset Password</span></h1>
<h1><span i18n:domain="ui" i18n:translate="">Reset Password</span></h1>
</div>
</div>
......@@ -30,15 +30,15 @@
<div>
<div>
<div class="ui-field-contain">
<label data-i18n="New Password">New Password<span></span></label>
<label i18n:domain="ui" i18n:translate="">New Password<span></span></label>
<div><input autofocus name="password" type="password" value="" required=""></div>
</div>
<div class="ui-field-contain">
<label data-i18n="New Password Confirmation">New Password Confirmation<span></span></label>
<label i18n:domain="ui" i18n:translate="">New Password Confirmation<span></span></label>
<div><input name="password_confirm" type="password" value="" required=""></div>
</div>
<div class="dialog_button_container">
<input type="submit" value="Validate" tal:attributes="name python: '%s:method' % (form_action, )"/>
<input type="submit" value="Validate" i18n:attributes="value" i18n:domain="ui" tal:attributes="name python: '%s:method' % (form_action, )"/>
</div>
<input type="hidden" name="came_from" tal:attributes="value python: context.absolute_url()" />
<input type="hidden" name="password_key" tal:attributes="value python: request.get('reset_key') or ''" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment