{% extends "admin/change_form.html" %} {% load i18n admin_urls %} {% block extrastyle %} {{ block.super }} {% endblock extrastyle %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block object-tools %}{% endblock object-tools %} {% block submit_buttons_top %}{% endblock submit_buttons_top %} {% block field_sets %} {% for fieldset in adminform %} {% include "admin/dj_queue/includes/fieldset.html" with heading_level=2 prefix="fieldset" id_prefix=0 id_suffix=forloop.counter0 %} {% endfor %} {% endblock field_sets %} {% block submit_buttons_bottom %} {% if change_actions %}
{% for action in change_actions %}
{% csrf_token %}
{% endfor %}
{% endif %} {% endblock submit_buttons_bottom %}