{% extends "registration/base.html" %} {% load i18n %} {% block title %} {{ block.super }} | {% trans "Password reset complete" %} {% endblock %} {% block big_message %}{% trans "Success!" %}{% endblock %} {% block content %}
{% trans "Your new password has been set" %} |
---|