{% extends "registration/registration_base.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block title %}{% trans "Change password" %}{% endblock %} {% block content %}
{% csrf_token %} {{ form|crispy }}
{% endblock %} {# This is used by django.contrib.auth #}