From ecb3db851a214145e5c8eb9e026796bab046f91e Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Fri, 15 Nov 2013 10:58:40 +0100 Subject: [PATCH] Use the default django message back end --- openslides/global_settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/openslides/global_settings.py b/openslides/global_settings.py index 327cc6130..9ad022d94 100644 --- a/openslides/global_settings.py +++ b/openslides/global_settings.py @@ -62,8 +62,6 @@ STATICFILES_FINDERS = ( 'django.contrib.staticfiles.finders.AppDirectoriesFinder', ) -MESSAGE_STORAGE = 'django.contrib.messages.storage.cookie.CookieStorage' - # List of callables that know how to import templates from various sources. TEMPLATE_LOADERS = ( 'django.template.loaders.filesystem.Loader',