make change_pass page autofocus

This commit is contained in:
Rodney Ewing 2013-07-11 16:33:33 -07:00
parent 643f07af06
commit 0f231966b3

View File

@ -39,7 +39,7 @@
Changing {{ username }}'s password
{%- endtrans -%}
</h1>
{{ wtforms_util.render_divs(form) }}
{{ wtforms_util.render_divs(form, True) }}
{{ csrf_token }}
<div class="form_submit_buttons">
<input type="submit" value="{% trans %}Save{% endtrans %}"