{% extends "profiles/base_edit.html" %} {% load trans from i18n %} {% load crispy from crispy_forms_tags %} {% block title %} {% trans "Change password" %} {% endblock title %} {% block profile_admin_change_password %} active {% endblock profile_admin_change_password %} active {% block edit_content_header %} {% trans "Change password" %} {% endblock edit_content_header %} {% block edit_content %}
{% csrf_token %} {{ form|crispy }}
{% endblock edit_content %}