{% extends "base.html" %} {% load i18n %} {% block topbar %}{% endblock %} {% block menu_items %}{% endblock %} {% block breadcrumb %}{% endblock %} {% block searchform %}{% endblock %} {% block globalbar %}{% include 'registration/introduction.box.html' %}{% endblock %} {% block contextbar %}{% endblock %} {% block content %}
{% csrf_token %}

{% blocktrans %}Reset your password with this form.{% endblocktrans %}

{% for field in form %} {% if not field.is_hidden %}
{{ field.label_tag }} {{ field }} {{ field.errors }}
{% else %} {{ field }} {% endif %} {% endfor %} {#
#} {# #} {# #} {#
#}
{% endblock %}