django-admin-sortable2 icon indicating copy to clipboard operation
django-admin-sortable2 copied to clipboard

change_list.html: fix compress command of django-compressor

Open PetrDlouhy opened this issue 10 months ago • 2 comments

The django-compress raises following errors during run of compress management command and also compilescss command of django-sass-processor:

# python manage.py compress
Compressing...
Error parsing template adminsortable2/change_list.html: Invalid template name in 'extends' tag: ''. Got this from the 'base_change_list_template' variable.

PetrDlouhy avatar Aug 16 '23 09:08 PetrDlouhy