{% extends "registration/base.html" %} {% load i18n %} {% block registration_titletag %} {% trans 'Reset password' %} {% endblock registration_titletag %} {% block registration_metadescription %}{% trans 'Reset password' %}{% endblock registration_metadescription %} {% block registration_title %}

{% trans 'Reset password' %}

{% endblock %} {% block registration_content %}

{% trans 'An email has been sent to the address you entered.' %}

{% endblock %}