{% extends 'YtManagerApp/master_default.html' %} {% load static %} {% load crispy_forms_tags %} {% block stylesheets %} {% endblock %} {% block body %}
{% if next %} {% if user.is_authenticated %} {% else %} {% endif %} {% endif %}
Password reset
{% csrf_token %} {{ form | crispy }}

If there is any account associated with the given e-mail address, an e-mail will be sent containing the password reset link.

{% endblock %}