{% extends 'layouts/base-auth.html' %} {% load static %} {% block title %}Forgot password - {% endblock title %} {% block content %}
{% csrf_token %}

Forgot password

Enter your email address and your password will be reset and emailed to you.

{% for field in form %}
{{ field }} {{ field.errors }}
{% endfor %}
Forget it, send me back to the sign in screen.
{% endblock content %}