{% extends "base.html" %} {% load static i18n account crispy_forms_tags %} {% block title %}Password Reset{% endblock title%} {% block body_attribute %}class="authentication-bg"{% endblock body_attribute %} {% block content %}
{% include "account/snippets/already_logged_in.html" %}
{% endif %}A email has been send to {{user.email}}. Please check for an email from company and click on the included link to reset your password.