{% extends "registration/base.html" %} {% comment %} vim:ft=htmldjango: {% endcomment %} {% block title %} {{ block.super }} - Register {% endblock %} {% load i18n %} {% block content %} {% include "django_messages/inlines/navigation.html" %}

Password reset


Forgotten your password?
Enter your e-mail address below,
and we'll e-mail instructions for setting a new one.

{{ form.email.errors }} {{ form.email }} {% csrf_token %}

{% endblock %}