{% extends "registration/registration_base.html" %} {% load i18n %} {% block title %}{% trans "Password reset complete" %}{% endblock %} {% block registration_content %}

{% trans "Your password has been reset!" %} {% trans "You may now" %} {% trans "log in" %}.

{% endblock %} {# This is used by django.contrib.auth #}