{% extends 'uaccounts/base.html' %} {% load static %} {% block title %}Forgot password{% endblock %} {% block head %} {{ block.super }} {% endblock %} {% block content %}

Forgot password

You will be sent an email with a link to follow for changing your password.

{% csrf_token %} {% if error %}

Email address does not correspond to any user

{% endif %} {% for error in form.email.errors %}

{{ error }}

{% endfor %}

Cancel

{% endblock %}