{% extends "admin/base.html" %} {% load i18n static %} {% block content_title %} {% trans "Change password" %} {% endblock %} {% block content %}
{% trans "Please correct the errors below." %}
{% trans "Please enter your old password, for security's sake, and then enter your new password twice so we can verify you typed it in correctly." %}
{{ form.new_password1.help_text|safe }}
{{ form.new_password2.help_text|safe }}