Browse Source

Add template_settings back to context processors

1.x
Isaac Bythewood 7 years ago
parent
commit
2d8d92b8b7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      pinry/settings.py

+ 1
- 0
pinry/settings.py View File

@@ -53,6 +53,7 @@ TEMPLATES = [
'django.template.context_processors.request',
'django.contrib.auth.context_processors.auth',
'django.contrib.messages.context_processors.messages',
'pinry.core.context_processors.template_settings',
],
},
},


Loading…
Cancel
Save