Back to Django Mptt

Mptt Change List Results

mptt/templates/admin/mptt_change_list_results.html

0.18445 B
Original Source

{% if result_hidden_fields %}

{# DIV for HTML validation #} {% for item in result_hidden_fields %}{{ item }}{% endfor %} {% endif %} {% if results %}

| {% for header in result_headers %}
{{ header.text|capfirst }}

{% endfor %}
{% for result in results %} {% if result.form.non_field_errors %}
{% endif %}
{% endfor %}

{% endif %}