{% extends "account/base_entrance.html" %} {% load blocktrans trans from i18n %} {% load crispy from crispy_forms_tags %} {% block head_title %} {% trans "Password reset" %} {% endblock head_title %} {% block content_title_text %} {% trans "Password reset" %} {% endblock content_title_text %} {% block content_body %} {% if user.is_authenticated %} {% include "account/snippets/already_logged_in.html" %} {% endif %}
{% blocktrans trimmed %} Forgot your password? Enter your email address below, and we'll send you an email allowing you to reset it. {% endblocktrans %}
{% endblock content_body %}