{% extends 'userena/base_userena.html' %} {% load i18n %} {% block title %}{% trans "Password reset email sent" %}{% endblock %} {% block content_title %}

{% trans "Password reset email sent" %}

{% endblock %} {% block content %}

{% trans "An e-mail has been sent to you which explains how to reset your password." %}

{% endblock %}