{% extends "profiles/base.html" %} {% load profile_tags %} {% block title %}{% trans 'Password change successful' %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %} {% users_options request.user user_this %}
{% trans "Password was changed for " %}{{ user_this.username }}
{% else %}{% trans "Your password was changed." %}
{% endif %} {% endblock %}