Evennia once again runs on the latest trunk. Admin interface is still broken pending transition to newforms-admins stuff.
This commit is contained in:
parent
72df223b3a
commit
75c38ada19
5 changed files with 19 additions and 18 deletions
|
|
@ -13,10 +13,11 @@ TEMPLATE_LOADERS = (
|
|||
# Context processors define context variables, generally for the template
|
||||
# system to use.
|
||||
TEMPLATE_CONTEXT_PROCESSORS = (
|
||||
'django.core.context_processors.auth',
|
||||
'django.core.context_processors.debug',
|
||||
'django.core.context_processors.i18n',
|
||||
'django.core.context_processors.request',
|
||||
'django.core.context_processors.auth',
|
||||
'django.core.context_processors.media',
|
||||
'django.core.context_processors.debug',
|
||||
'webapps.website.webcontext.general_context',
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue