stephenmcd / filebrowser-safe

File manager for Mezzanine
Other
41 stars 104 forks source link

TemplateSyntaxError at /admin/media-library/upload/ #84

Closed alex2lv closed 8 years ago

alex2lv commented 8 years ago

Mezzanine 4.1.0 Django 1.9.9

I have this error : _In template /home/alex/.virtualenvs/myapp/local/lib/python2.7/site-packages/filebrowser_safe/templates/filebrowser/upload.html, error at line 43 Invalid block tag on line 43: 'allowed_extensionslist', expected 'endblock'. Did you forget to register or load this tag?

This line data-allowed-extensions="{% allowed_extensions_list %}" raise an error.

So I removed this line and then the error went away.

Have you ever encountered this problem?

stephenmcd commented 8 years ago

83