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'
|
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
|
# The name of the currently selected web template. This corresponds to the
|
||||||
# directory names shown in the webtemplates directory.
|
# directory names shown in the webtemplates directory.
|
||||||
ACTIVE_TEMPLATE = 'prosimii'
|
ACTIVE_TEMPLATE = 'prosimii'
|
||||||
|
|
|
||||||
|
|
@ -76,8 +76,8 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="rowOfBoxes dividingBorderAbove">
|
<div class="rowOfBoxes dividingBorderAbove">
|
||||||
|
|
||||||
<div class="quarter noBorderOnLeft">
|
<div class="quarter noBorderOnLeft">
|
||||||
|
|
||||||
<h1>Players</h1>
|
<h1>Players</h1>
|
||||||
<p>
|
<p>
|
||||||
There are currently <strong>{{players_connected}}</strong> connected,
|
There are currently <strong>{{players_connected}}</strong> connected,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue