From 590dd4f1c7c9741828edf44b575de611e7671a1a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 20 Jun 2018 19:59:10 +0200 Subject: Re-enable TinyMCE --- settings.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index fb24270..b674977 100644 --- a/settings.py +++ b/settings.py @@ -29,8 +29,6 @@ CONTACT_EMAIL = '' STATIC_URL = '/static/' STATIC_ROOT = ROOT_PATH + 'static/' -ENABLE_TINYMCE = False - GPSBABEL = '/usr/bin/gpsbabel' # simplify with an error of 5 meters GPSBABEL_OPTIONS = 'simplify,crosstrack,error=0.005k' -- cgit v1.2.3