{% extends 'base.html' %} {% load static %} {% load i18n %} {% load account %} {% load static %} {% load crispy_forms_tags %} {% block title %}{% trans "Password Reset" %}{% endblock %} {% block base_top_nav %}{% endblock %} {% block dont_include_details %}
{% if user.is_authenticated %}

{% include "account/snippets/already_logged_in.html" %}

{% endif %}

{% trans "Password Reset" %}

{% csrf_token %} {{ form|crispy }}

Please contact us if you have any trouble resetting your password, forgotten your password? Enter your e-mail address above and we'll send you an e-mail allowing you to reset it.

{% include 'include/global-short-footer.html' %}
{% endblock %}