{% extends 'base.html' %} {% load static i18n crispy_forms_tags %} {% block title %}Reset Password{% endblock title %} {% block body_attribute %}class="authentication-bg"{% endblock body_attribute %} {% block content %}
auth

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 Sign In

{% endblock content %}