mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 10:16:32 +01:00
Forgot to include some context stuff. You'll need to re-create your settings.py from the settings.py.dist file.
This commit is contained in:
parent
418ab7e30f
commit
a4b6973c7a
2 changed files with 9 additions and 1 deletions
|
|
@ -77,6 +77,14 @@ MIDDLEWARE_CLASSES = (
|
|||
|
||||
ROOT_URLCONF = 'urls'
|
||||
|
||||
TEMPLATE_CONTEXT_PROCESSORS = (
|
||||
'django.core.context_processors.auth',
|
||||
'django.core.context_processors.debug',
|
||||
'django.core.context_processors.i18n',
|
||||
# 'django.core.context_processors.media', Broken, what's up?
|
||||
'apps.website.webcontext.general_context',
|
||||
)
|
||||
|
||||
# The name of the currently selected web template. This corresponds to the
|
||||
# directory names shown in the webtemplates directory.
|
||||
ACTIVE_TEMPLATE = 'prosimii'
|
||||
|
|
|
|||
|
|
@ -76,8 +76,8 @@
|
|||
</div>
|
||||
|
||||
<div class="rowOfBoxes dividingBorderAbove">
|
||||
|
||||
<div class="quarter noBorderOnLeft">
|
||||
|
||||
<h1>Players</h1>
|
||||
<p>
|
||||
There are currently <strong>{{players_connected}}</strong> connected,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue