Changes between Initial Version and Version 1 of Ticket #29456, comment 2
- Timestamp:
- Jun 18, 2018, 3:50:57 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29456, comment 2
initial v1 16 16 {% cache 300 admin_filters request.GET.items request.path request.user.username %} 17 17 {% if cl.has_filters %} 18 <div id="grp-filters" class="grp-module grp-filter testTEST">18 <div id="grp-filters" class="grp-module grp-filter"> 19 19 <h2>{% trans 'Filter' %}</h2> 20 20 {% for spec in cl.filter_specs %}{% admin_list_filter cl spec %}{% endfor %}