{% extends 'base.html' %} {% block title %} Reset Password{{ block.super }} {% endblock %} {% block hrefs %}{% endblock %} {% block content %} {{ block.super }}

{{ error }}

Reset Your Password

{% csrf_token %}

An email containg your temporary password will be sent to you. Once you are able to log in again, you are advised to change your password as soon as possible.

Username:
Return to main menu {% endblock %}