mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-15 23:45:23 +02:00
Fix linting
This commit is contained in:
parent
13a310f354
commit
6da0d461ab
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
|
|
||||||
|
|
||||||
def language_code(request):
|
def language_code(request):
|
||||||
"""Add LANGUAGE_CODE to the template context."""
|
"""Add LANGUAGE_CODE to the template context."""
|
||||||
return {"LANGUAGE_CODE": settings.LANGUAGE_CODE}
|
return {"LANGUAGE_CODE": settings.LANGUAGE_CODE}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue