{% extends "account/base.html" %} {% load static i18n crispy_forms_tags %} {% block title %}{% trans "Recover Password" %}{% endblock title %} {% block body_attr %} class="authentication-bg" {% endblock %} {% block page_content %} {% include "partials/background.html" %}

Reset Password

Enter your email address and we'll send you an email with instructions to reset your password.

{% if user.is_authenticated %} {% include "account/snippets/already_logged_in.html" %} {% endif %}
{% csrf_token %} {{ form|crispy }}

Back to Log In

{% endblock %}