diff --git a/config/settings.py b/config/settings.py index 1853110f..03b410c7 100644 --- a/config/settings.py +++ b/config/settings.py @@ -189,8 +189,6 @@ def show_toolbar(request): USE_I18N = True -USE_L10N = True - USE_TZ = True WAGTAIL_I18N_ENABLED = True @@ -200,6 +198,8 @@ def show_toolbar(request): ("fr", "French"), ] +LOCALE_PATHS = ["locale"] + # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/5.0/howto/static-files/ STORAGES = {} diff --git a/content_manager/tests/test_views.py b/content_manager/tests/test_views.py index f442546f..09f74e2d 100644 --- a/content_manager/tests/test_views.py +++ b/content_manager/tests/test_views.py @@ -83,8 +83,9 @@ def test_footer_brand_block_uses_conf(self): self.assertInHTML( """