Fix linting

This commit is contained in:
Neil Martinsen-Burrell 2022-09-13 13:48:41 -05:00
parent 13a310f354
commit 6da0d461ab
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184

View file

@ -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}