mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-05-27 13:43:59 +00:00
Add missing context processor to test app
This commit is contained in:
parent
c326e089f5
commit
5ac7bba7ba
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ def main():
|
|||
TEMPLATES=[{
|
||||
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
||||
'DIRS': ['templates'],
|
||||
'OPTIONS': {'context_processors': ['django.contrib.auth.context_processors.auth']},
|
||||
'APP_DIRS': True,
|
||||
}],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue