{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Password changed successfully' %} - Libravatar{% endblock title %} {% block content %}

{% trans 'Password changed successfully' %}

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

{% if not user.is_anonymous %}

{% trans 'Back to your profile' %}

{% else %}

{% trans 'Back to the login page' %}

{% endif %} {% endblock content %}