{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Password change successful" %} - {{ block.super }}{% endblock %} {% block main %}

{% trans "Password change successful" %}

{% include "towel/_messages.html" %}

{% trans 'Your password was changed.' %}

{% trans "Sign in" %}
{% endblock %}