{% extends "base.html" %} {% load url from future %} {% load i18n %} {% load ttags %} {% block extrahead %} {% include "auth.head" %} {% endblock %} {% block content %}
{% csrf_token %} {% if password_set %}
{{ form.password.label_tag }} {% if form.errors %} {% inputerror_message _("Wrong password.") %} {% endif %}
{{ form.password }}
{% endif %}
{% endblock %}