From e60284ca38d2ef5ba818e59f4a00ca2b9c5030e3 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 19 Sep 2014 09:42:55 +0200 Subject: [PATCH] Remove cms_ajax_text_plugin from tenant_settings --- portail_citoyen2/tenant_settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/portail_citoyen2/tenant_settings.py b/portail_citoyen2/tenant_settings.py index cb0adcc..690959d 100644 --- a/portail_citoyen2/tenant_settings.py +++ b/portail_citoyen2/tenant_settings.py @@ -48,7 +48,6 @@ TENANT_APPS = ( 'menus', 'djangocms_text_ckeditor', 'passerelle_register_plugin', - 'cms_ajax_text_plugin', 'feed_plugin', 'data_source_plugin', 'allauth',