{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Password reset complete" %}{% endblock %} {% block container %}
{% trans "Your password has been reset!" %} You may now log in.
{% endblock %} {# This is used by django.contrib.auth #}