diff --git a/fet2020/fet2020/settings.py b/fet2020/fet2020/settings.py index 199f335b..014953d6 100644 --- a/fet2020/fet2020/settings.py +++ b/fet2020/fet2020/settings.py @@ -109,7 +109,6 @@ LANGUAGE_CODE = "de-at" LOCALE_PATHS = [os.path.join(BASE_DIR, "locale")] TIME_ZONE = "CET" USE_I18N = True -USE_L10N = True USE_TZ = True