{% include 'header.html' %}
Восстановление пароля
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
Введите ваш Email
Отправить письмо для сброса пароля
Вернуться ко входу
{% include 'bottom.html' %}