Fix linting errors

This commit is contained in:
Neil Martinsen-Burrell 2022-09-26 14:46:41 -05:00
parent 0edd42dac7
commit b8fc81a7e4
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
4 changed files with 3 additions and 5 deletions

View file

@ -12,6 +12,7 @@ def language_code(request):
"""
return {"LANGUAGE_CODE": settings.LANGUAGE_CODE}
def canonical_path(request):
"""Add a canonical URL to the template context.