{% extends 'base.html' %} {% load crispy_forms_tags %} {% block content%}

Forgot your password?


Enter your email address below to reset your password

{% csrf_token %} {{ form|crispy }}
{% endblock content%} {% block footer%} {% endblock footer%}