diff --git a/settings.py.dist b/settings.py.dist index 2a9ca8da29..beea8a394b 100755 --- a/settings.py.dist +++ b/settings.py.dist @@ -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' diff --git a/webtemplates/prosimii/index.html b/webtemplates/prosimii/index.html index b1db9cbac7..d14524e816 100644 --- a/webtemplates/prosimii/index.html +++ b/webtemplates/prosimii/index.html @@ -76,8 +76,8 @@
+
-

Players

There are currently {{players_connected}} connected,