{% extends 'base.html' %} {% load static %} {% block content %}

Password changed

{% if user.is_authenticated %}

Your password has been changed.

{% endif %}
{% endblock %}