{% extends "base.html" %} {% load i18n %} {% block title %}{% trans 'Password change successful' %}{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block content %}

{% trans 'Password reset' %}

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

{% endblock %}