Commit 98868e05 authored by jadkik's avatar jadkik

By default, no file is editable

parent 10a0030c
......@@ -116,7 +116,7 @@ class FileAdmin(BaseView, ActionsMixin):
allowed_extensions = ('swf', 'jpg', 'gif', 'png')
"""
editable_extensions = None
editable_extensions = tuple()
"""
List of editable extensions, in lower case.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment