diff options
Diffstat (limited to 'ishtar/templates/registration/password_change_form.html')
| -rw-r--r-- | ishtar/templates/registration/password_change_form.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ishtar/templates/registration/password_change_form.html b/ishtar/templates/registration/password_change_form.html index ec782424f..84d915eaa 100644 --- a/ishtar/templates/registration/password_change_form.html +++ b/ishtar/templates/registration/password_change_form.html @@ -2,9 +2,13 @@ {% load i18n %} {% block content %} +<div class='form'> <form method="post" action=".">{% csrf_token %} - {{ form.as_p }} + <table> + {{ form.as_table }} - <input type="submit" value="{% trans 'Submit' %}" /> + <tr><td colspan='2'><input type="submit" value="{% trans 'Submit' %}" /></td></tr> + </table> </form> +</p> {% endblock %} |
