django-categories icon indicating copy to clipboard operation
django-categories copied to clipboard

'staticfiles' is not a registered tag library.

Open bejohu opened this issue 5 years ago • 0 comments

In template django-categories/categories/templates/admin/edit_inline/gen_coll_tabular.html, error at line 1:

{% load i18n staticfiles %}
<div class="inline-group">

Fixed by replacing it with {% load i1n static %}.

Other issues in same template was No named cycles in template. 'row1,row2'

Fixed by replacing row1,row2 with row1 row2.

#158

bejohu avatar Sep 28 '20 13:09 bejohu