From 666bffee082e8b31208a7ba8eb2e07f7a9c914a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Koci=C3=A1n?= Date: Wed, 18 Nov 2015 20:18:18 +0100 Subject: [PATCH] =?UTF-8?q?CKeditor:=20nevytv=C3=A1=C5=99ej=20zbyte=C4=8Dn?= =?UTF-8?q?=C4=9B=20HTML=20entity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mamweb/settings_common.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mamweb/settings_common.py b/mamweb/settings_common.py index 4330c9e7..5b3fe86b 100644 --- a/mamweb/settings_common.py +++ b/mamweb/settings_common.py @@ -235,6 +235,10 @@ LOGGING = { SEMINAR_RESENI_DIR = os.path.join(BASE_DIR, 'media', 'reseni') - +CKEDITOR_CONFIGS = { + 'default': { + 'entities': False + } +}