{% extends "main_django.html" %} {% load i18n %} {% block title %} {% trans "Your Password Reset is Complete" %} {% endblock %} {% block bodyextra %} {% endblock %} {% block bodyclass %}view-passwordreset{% endblock %} {% block body %}

{% trans "Password Reset Complete" %}

    {% blocktrans with link_start='' link_end='' %} Your password has been reset. {{ link_start }}Sign in to your account.{{ link_end }} {% endblocktrans %}
{% endblock %}