wagtail-experiments
wagtail-experiments copied to clipboard
TemplateSyntaxError
I have a TemplateSyntaxError at /admin/experiments/experiment/report/1/ 'staticfiles' is not a registered tag library. Must be one of...
I checked the HTML file and saw: {% load staticfiles %} but lately, I think its {% load static %}, django.contrib.staticfiles is installed.
#26 should solve this. Can you give it a try?
Fixed in #33