{% extends 'django_auth2/base.html' %} {% block content %}

Выслать подтверждение аккаунта на почту

{% csrf_token %} {% include 'django_auth2/fields_form.html' %}
{% for field_errors in form.email.errors %} {% if field_errors == 'Аккаунт активен' %}
Восстановить пароль {% endif %} {% endfor %} {% if form.account_is_active %} Восстановить пароль {% endif %} {% endblock %}