From 90762fcb2d6aef7bb08655ca51f31a1ea89bd3f3 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 21 Feb 2013 14:56:44 +0530 Subject: [PATCH 1/3] added html5 header --- website/templates/html/outer.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/templates/html/outer.html b/website/templates/html/outer.html index a8b73ad122..de961227b3 100644 --- a/website/templates/html/outer.html +++ b/website/templates/html/outer.html @@ -1,7 +1,3 @@ -{# - requires, brand_html, top_bar_items, footer_items, copyright, content, address -#} - {% extends "html/base.html" %} {% block body %} From d0db70507c8b3aefac3d6b2c95c6312b0cdc90d0 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 21 Feb 2013 14:58:48 +0530 Subject: [PATCH 2/3] added html5 header --- website/templates/html/base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/templates/html/base.html b/website/templates/html/base.html index 2724e578ed..d2545cb99d 100644 --- a/website/templates/html/base.html +++ b/website/templates/html/base.html @@ -1,4 +1,5 @@ + {{ title }} @@ -24,4 +25,5 @@ {% block body %} {% endblock %} - \ No newline at end of file + + \ No newline at end of file From 6f27d024aabe042a66fbccb975b846d7b3d1e8f0 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 21 Feb 2013 15:01:55 +0530 Subject: [PATCH 3/3] added html5 header --- website/templates/html/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/website/templates/html/base.html b/website/templates/html/base.html index d2545cb99d..fa01f8aad7 100644 --- a/website/templates/html/base.html +++ b/website/templates/html/base.html @@ -2,6 +2,7 @@ + {{ title }}