Fixes: 1) Corrected callable usage for attachment_upload_to in Summernote settings;
Extra: None;
This commit is contained in:
parent
f9c6fe3424
commit
23351c79ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue