Skip to content

Commit 494cce7

Browse files
authored
Merge pull request #370 from PetrDlouhy/fix_compress
change_list.html: fix compress command of django-compressor
2 parents ed86ebc + c815403 commit 494cce7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminsortable2/templates/adminsortable2/change_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends base_change_list_template %}
1+
{% extends base_change_list_template|default:'admin/change_list.html' %}
22

33
{% block extrahead %}
44
{{ block.super }}

0 commit comments

Comments
 (0)