{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Please enter your new password twice so we can verify you typed it in correctly." %}

{% csrf_token %} {{ change_form.as_table }} {{ form.as_table }}
{% endblock %}