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

{% trans 'Your password was reset successfully' %}

{% trans 'You will get an email with your new password.' %}

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

{% endblock %}