From 8c52722996da8e3ad1c98e0d73bf7ce07ef3fc19 Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Wed, 6 Oct 2010 19:02:08 +0000 Subject: [PATCH] web/templates/base.html: add "title" block and do reformat --- web/templates/base.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/web/templates/base.html b/web/templates/base.html index 5813c63..e0c1548 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -1,5 +1,13 @@ - + + + {% block title %} + Host-add service + {% endblock %} + + + {% block content %} {% endblock %} - + +