diff --git a/openslides/default.settings.py b/openslides/default.settings.py index 59190e2a5..3e92f6e15 100644 --- a/openslides/default.settings.py +++ b/openslides/default.settings.py @@ -14,7 +14,7 @@ import os SITE_ROOT = os.path.realpath(os.path.dirname(__file__)) -DEBUG = True +DEBUG = False TEMPLATE_DEBUG = DEBUG AUTH_PROFILE_MODULE = 'participant.Profile'