diff --git a/src/registrar/context_processors.py b/src/registrar/context_processors.py index 006691b87..f353b22c4 100644 --- a/src/registrar/context_processors.py +++ b/src/registrar/context_processors.py @@ -1,5 +1,6 @@ from django.conf import settings + def language_code(request): """Add LANGUAGE_CODE to the template context.""" return {"LANGUAGE_CODE": settings.LANGUAGE_CODE}