From: Emilie Date: Mon, 11 Jul 2016 13:57:33 +0000 (+0200) Subject: Re-enable tinymce wysiwyg in admin X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7b82e2b9d3d2c979ef281f0bba852677dc3662f0;p=mezzo.git Re-enable tinymce wysiwyg in admin --- diff --git a/app/local_settings.py b/app/local_settings.py index e74b9f77..4b3d83c9 100644 --- a/app/local_settings.py +++ b/app/local_settings.py @@ -103,7 +103,7 @@ EVENT_USE_FEATURED_IMAGE = True EVENT_SHOP_URL = 'http://eve.ircam.fr/manifeste.php/manifestation/' EVENT_PASS_URL = 'http://eve.ircam.fr/manifeste.php/pass/' -TINYMCE_SETUP_JS = "/srv/app/static/js/tinymce_setup.js" +TINYMCE_SETUP_JS = "/static/js/tinymce_setup.js" SLUGIFY = 'django.template.defaultfilters.slugify'