{% extends 'base.html' %} {% block title %}Reset password{% endblock %} {% block footer %} {% endblock %} {% block body %}

Reset password

{% if user.errors is not empty %}

Errors:

{% endif %}
{% endblock %}