summaryrefslogtreecommitdiff
path: root/testapp
diff options
context:
space:
mode:
Diffstat (limited to 'testapp')
-rw-r--r--testapp/static/exam/css/base.css2
-rw-r--r--testapp/templates/base.html32
2 files changed, 3 insertions, 31 deletions
diff --git a/testapp/static/exam/css/base.css b/testapp/static/exam/css/base.css
index 48a2269..80f52d7 100644
--- a/testapp/static/exam/css/base.css
+++ b/testapp/static/exam/css/base.css
@@ -222,7 +222,7 @@ body {
}
.content .span10,
.content .span14 {
- min-height: 500px;
+ min-height: 475px;
}
.content .span4 {
margin-left: 0;
diff --git a/testapp/templates/base.html b/testapp/templates/base.html
index e7eacfd..3dfbe10 100644
--- a/testapp/templates/base.html
+++ b/testapp/templates/base.html
@@ -23,7 +23,6 @@
</head>
<body {% block onload %}{% endblock %}>
-
<div class="container">
<div class="content">
<div class="page-header">
@@ -31,7 +30,8 @@
</div>
<div class=row>
<div class=span14>
- {% block content %}
+ <h3><center>{% block formtitle %} {% endblock formtitle %}</center></h3><br>
+ {% block content %}
{% endblock %}
</div>
</div>
@@ -44,31 +44,3 @@
</body>
</html>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-