{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Reset password" %}{% endblock %} {% block content %} {% if form.non_field_errors %}
{% endif %}
{% csrf_token %} {{ form.email.label_tag }} {{ form.email }}
{% endblock %}