{% extends "login_base.html" %} {% load i18n %} {% block login_content %}

{% trans 'Password reset complete' %}

{% trans 'Your new password has been set. You may go ahead and log in now.' %}

{% trans 'Back to login' %}
{% endblock %}