Skip to content

Commit

Permalink
Merge pull request #354 from nationalarchives/fix/locale-issue
Browse files Browse the repository at this point in the history
Prevent users from being able to choose their own locale/language
  • Loading branch information
lozette authored Sep 16, 2022
2 parents d4ff8c4 + 10887c2 commit 2a0c21d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
"django.middleware.security.SecurityMiddleware",
"whitenoise.middleware.WhiteNoiseMiddleware",
"django.contrib.sessions.middleware.SessionMiddleware",
"django.middleware.locale.LocaleMiddleware",
"django.middleware.common.CommonMiddleware",
"django.middleware.csrf.CsrfViewMiddleware",
"django.contrib.auth.middleware.AuthenticationMiddleware",
Expand Down

0 comments on commit 2a0c21d

Please sign in to comment.