{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Password changed successfully' %} - Libravatar{% endblock title %} {% block content %}
{% trans 'Your password was changed.' %}
{% if not user.is_anonymous %} {% else %} {% endif %} {% endblock content %}