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

Change password

{% if user.is_authenticated %}
{% csrf_token %} {% if form.errors %} {% endif %}
{% endif %}
{% endblock %}