{% extends "admin/core/small_form.html" %} {% load i18n foundation %} {% block contextual_title %} {% trans "Enter your new password" %} {% endblock contextual_title %} {% block breadcrumbs %} {{ block.super }}
{% blocktrans %} For more information read our password guide. {% endblocktrans %}
{% include "admin/elements/forms/field.html" with field=form.password_1 %} {% include "admin/elements/forms/field.html" with field=form.password_2 %}