{% extends 'registration/registration_base.html' %} {% load i18n %} {% block title %}{% trans 'Email Sent | Learning management system' %}{% endblock title %} {% load crispy_forms_tags %} {% block content %}

{% trans 'Email sent' %}

{% trans 'An Email has been sent with instructions to reset your password, check your email.' %}
{% trans 'Back To Login' %}
{% endblock content %}