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:
Greg Taylor 2007-06-10 16:01:35 +00:00
parent 418ab7e30f
commit a4b6973c7a
2 changed files with 9 additions and 1 deletions

View file

@ -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'

View file

@ -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,