{% extends "geoluminate/bootstrap/card.html" %} {% load i18n account crispy_forms_tags %} {% block header %} {% trans "Password Reset" %} {% endblock header %} {% block body %}

{% trans "Forgot your password? Please enter a registed e-mail address below and we'll send you a link to reset it. If you have issues, please get in contact and we will try to assist you." %}

{% if user.is_authenticated %} {% endif %}
{% csrf_token %} {{ form|crispy }}
{% endblock body %} {% block footer %} {% endblock footer %}