{% extends 'base.html' %} {% block title %}Libravatar: Password change{% endblock title %} {% block content %}

Password change successful

Your password was changed.

{% if not user.is_anonymous %}

Back to your profile

{% endif %} {% endblock content %}