{% extends "dj_admin_plus/base.html" %} {% load dj_admin_plus %} {% block content %} {% include "dj_admin_plus/title.html" with title="Change password" %}
{% csrf_token %} {% for field_name in form.fields %} {% get_form_field_from_name form field_name as field %} {% include "dj_admin_plus/form-block.html" with field=field %} {% endfor %}
{% endblock %}