From b7ad768a6cc4fe5c8a05e20b1968f13a678c22cc Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Tue, 28 Feb 2012 12:09:28 +0530 Subject: changes to remove the inline css from every page --- testapp/templates/base.html | 78 +++++++++++---------------------------------- 1 file changed, 19 insertions(+), 59 deletions(-) (limited to 'testapp/templates/base.html') diff --git a/testapp/templates/base.html b/testapp/templates/base.html index 49fc7ce..fed3939 100644 --- a/testapp/templates/base.html +++ b/testapp/templates/base.html @@ -13,62 +13,9 @@ {% endblock %} - - - + + {% block css %} - {% endblock %} {% block script %} @@ -76,9 +23,22 @@ -
- {% block content %} - {% endblock %} -
+
+
+ +
+
+

{% block formtitle %} {% endblock formtitle %}


+ {% block content %} + {% endblock %} +
+
+
+ +
-- cgit