{% extends "registration/registration_base.html" %} {% load url from future %} {% load i18n %} {% block masthead %}

{% trans "Password reset complete" %}

{% endblock %} {% block content %}

{% trans "Please login with your new password." %}

{% trans "Login" %} {% endblock %}