This commit is contained in:
DamnedScholar 2017-09-18 18:17:10 -05:00
parent 9837835e9e
commit 58f2d7cf74
4 changed files with 6 additions and 3 deletions

View file

@ -718,6 +718,7 @@ TEMPLATES = [{
'django.contrib.auth.context_processors.auth',
'django.template.context_processors.media',
'django.template.context_processors.debug',
'sekizai.context_processors.sekizai',
'evennia.web.utils.general_context.general_context']
}
}]