made edit_account to autofocus on the first field
This commit is contained in:
parent
1e21471a8a
commit
c345dcf875
@ -46,7 +46,7 @@
|
||||
{% trans %}Change your password.{% endtrans %}
|
||||
</a>
|
||||
</p>
|
||||
{{ wtforms_util.render_divs(form) }}
|
||||
{{ wtforms_util.render_divs(form, True) }}
|
||||
<div class="form_submit_buttons">
|
||||
<input type="submit" value="{% trans %}Save changes{% endtrans %}" class="button_form" />
|
||||
{{ csrf_token }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user