{% extends "base.html" %} {% load i18n extra_filters %} {% load crispy_forms_tags %} {% block content %}
{% if saved %}

{% trans 'password changed successfully' %}

{% else %}
{% csrf_token %} {{ password_change_form|crispy }}
{% endif %}
{% include 'login.html' %}
{% endblock %}