{% extends "base.html" %} {% load i18n %} {% block content %} {{ block.super }}
{% csrf_token %}
{% trans "Change Password" %} {% include "dojo/form_fields.html" with form=form %}
{% endblock %}