Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Add missing context_processor
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Oct 1, 2016
1 parent 309546b commit 0e5c73c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/kawaz/settings.py
Expand Up @@ -90,6 +90,10 @@
'kawaz.apps.kfm.templatetags.kfm',
],
'context_processors': [
'django.template.context_processors.i18n',
'django.template.context_processors.media',
'django.template.context_processors.static',
'django.template.context_processors.tz',
'django.template.context_processors.request',
'django.contrib.auth.context_processors.auth',
'django.contrib.messages.context_processors.messages',
Expand Down

0 comments on commit 0e5c73c

Please sign in to comment.