From 1ea456849f461c211dfe4404ed6f96d8c844d4ec Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Tue, 24 Aug 2010 15:36:41 +0200 Subject: [PATCH] add the server name to the window title --- pyweb/mumble/templates/mumble/mumble.html | 1 + pyweb/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyweb/mumble/templates/mumble/mumble.html b/pyweb/mumble/templates/mumble/mumble.html index 7c0031d..6838264 100644 --- a/pyweb/mumble/templates/mumble/mumble.html +++ b/pyweb/mumble/templates/mumble/mumble.html @@ -6,6 +6,7 @@ {% load i18n %} {% block body %} {% endblock %} +{% block PageTitle %}Mumble :: {{ MumbleServer.name }}{% endblock %} {% block HeadTag %}