{% 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 %}

Reset Password

Enter your Email and instructions will be sent to you!

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

Remember It ? Sign in here

{% endblock content %}