diff --git a/evibes/settings/summernote.py b/evibes/settings/summernote.py index 2e139290..f7f4edf0 100644 --- a/evibes/settings/summernote.py +++ b/evibes/settings/summernote.py @@ -16,7 +16,7 @@ SUMMERNOTE_CONFIG = { ["view", ["fullscreen", "codeview", "help"]], ], }, - "attachment_upload_to": evibes_summernote_upload_to_func(), + "attachment_upload_to": evibes_summernote_upload_to_func, "attachment_require_authentication": True, "disable_attachment": False, "attachment_absolute_uri": True,