django-categories
django-categories copied to clipboard
'staticfiles' is not a registered tag library.
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