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

Please check your email

{% if user.is_authenticated %}

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

{% endblock %}