{% extends "password_reset/base.html" %} {% load i18n %} {% block title %}{% trans "Password recovery" %}{% endblock %} {% block content %} {% include 'partials/header.html' %}

Восстановление пароля

{% csrf_token %}

{{ form.username_or_email.errors.as_text }}

{% include 'partials/footer.html' %}
{% endblock %}