{% extends "base.html" %} {% load i18n %} {% block local_css %} {% endblock %} {% block title %}{% endblock %} {% 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 %}Enter your email address or username to reset your password.
You will receive an email with instruction on how to do it.{% endblocktrans %}

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