From 4767fe59c30bc809588fe3cb6b7fd2ec31d797c2 Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Thu, 1 Jul 2010 23:58:52 +0200 Subject: [PATCH] =?UTF-8?q?ext=202.2=20=E2=86=92=20ext=203.2.0,=20add=20Co?= =?UTF-8?q?ntentMaster=20block?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyweb/templates/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pyweb/templates/index.html b/pyweb/templates/index.html index 7e06e76..bfb063b 100644 --- a/pyweb/templates/index.html +++ b/pyweb/templates/index.html @@ -5,14 +5,14 @@ Mumble Administration - + - - + + {% block HeadTag %} @@ -56,6 +56,7 @@
+ {% block ContentMaster %}
{% block LeftColumn %} {% endblock %} @@ -64,6 +65,7 @@ {% block Content %} {% endblock %}
+ {% endblock %}