Skip to content
Snippets Groups Projects
Commit 08c75cc4 authored by Roang's avatar Roang
Browse files

Fix missing i18n context for templates

parent fb27b1a0
Branches
Tags
No related merge requests found
......@@ -212,6 +212,7 @@ TEMPLATES = [
'django.template.context_processors.request',
'django.contrib.auth.context_processors.auth',
'django.contrib.messages.context_processors.messages',
'django.template.context_processors.i18n',
],
},
},
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment