{% extends 'base.html' %} {% load i18n %} {% block page_title %}{% trans 'Your password reset request was successful' %} – {{ block.super }}{% endblock %} {% block content %}

{% trans 'A password reset email has been sent to you' %}

{% trans 'Click on the link in the email and you will be able to create a new password.' %}

{% trans 'Return to the home page' %}

{% endblock %}