{% block pagetitle %} {% endblock pagetitle %}
+ {% block formtitle %} {% endblock formtitle %}
+ {% block content %} + {% endblock %} +
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 +++++++--------------------- testapp/templates/exam/add_question.html | 12 ++--- testapp/templates/exam/add_quiz.html | 13 ++--- testapp/templates/exam/complete.html | 16 +----- testapp/templates/exam/edit_question.html | 14 ++--- testapp/templates/exam/edit_quiz.html | 12 ++--- testapp/templates/exam/grade_user.html | 11 ++-- testapp/templates/exam/intro.html | 19 ++----- testapp/templates/exam/login.html | 36 +++---------- testapp/templates/exam/monitor.html | 15 ++---- testapp/templates/exam/question.html | 23 +++------ testapp/templates/exam/quit.html | 17 +----- testapp/templates/exam/register.html | 36 +++++-------- testapp/templates/manage.html | 86 ++++++++++++++++++------------- 14 files changed, 130 insertions(+), 258 deletions(-) (limited to 'testapp/templates') 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 @@
-