mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-23 03:43:12 +00:00
[printer] Add context_processors in settings.py
This commit is contained in:
parent
56d8d5f3b3
commit
7c1180af7e
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ TEMPLATES = [
|
|||
'django.template.context_processors.request',
|
||||
're2o.context_processors.context_user',
|
||||
're2o.context_processors.date_now',
|
||||
're2o.context_processors.context_printer',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue