- <h2>{% trans "Password change" %}</h2>
- <form method="post" action="/accounts/change_password">
- <table>
- {{ pass_form.as_table }}
- <tr><td colspan="2"><button type="submit">{% trans "Change password" %}</button></td></tr>
- </table>
- </form>
- </div>