Display hostname on pages

This commit is contained in:
Trever Fischer
2012-10-22 12:37:48 -04:00
parent eec4b8e989
commit c5d644371d
3 changed files with 7 additions and 1 deletions

View File

@@ -179,6 +179,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
"local.context.javascript_uris",
"minecraft.context.server_info",
"appversion.context.git_version",
"appversion.context.server_hostname",
"messages.context_processors.inbox",
"petition.context.open_petitions",
)