{% extends 'base.html' %} {% block content %}
{% csrf_token %}

TODO

Введите новый пароль

{% for field in form %} {{ field }} {% endfor %}
{% endblock content %}