update

FFIB 5 ans auparavant
Parent
Commettre
8afb77f1e3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      kodosale/settings.py

+ 1 - 1
kodosale/settings.py

@@ -230,7 +230,7 @@ SIMDITOR_TOOLBAR = [
230 230
 SIMDITOR_CONFIGS = {
231 231
     'toolbar': SIMDITOR_TOOLBAR,
232 232
     'upload': {
233
-        'url': '/simditor/upload',
233
+        'url': '/simditor/upload/',
234 234
         'fileKey': 'upload',
235 235
         'image_size': 1024 * 1024 * 4  # max image size 4MB
236 236
     },