{% extends "fellchensammlung/base_generic.html" %} {% load i18n %} {% block content %}
{% csrf_token %} {% if form.email.errors %} {{ form.email.errors }} {% endif %}

{% translate "Password reset" %}

{% translate "Provide the e-mail address that is connected with your account" %}

{{ form.email }}

{% endblock %}