{% extends "base.html" %} {% load i18n static %} {% block main %} Recuperar senha {% trans "Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one." %} {% csrf_token %} Email {% if form.email.errors %} {{ form.email.errors.as_text }} {% endif %} {% trans 'Reset password' %} {% endblock %}
{% trans "Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one." %}