{% extends "base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block title %}{% trans "Change Password" %}{% endblock %} {% block content %} {% include "preferences_ribbon.html" %}
{% csrf_token %} {{ form | crispy }}
{% endblock %}