{% extends 'base.html' %} {% block title %}Сброс пароля{% endblock %} {% block content %}

Сброс пароля

{% csrf_token %} {% include 'accounts/password_input.html' with field_name='password1' field_label='Новый пароль' required=True %} {% include 'accounts/password_input.html' with field_name='password2' field_label='Подтверждение пароля' required=True %}
{% endblock %}