diff options
author | hardythe1 | 2012-03-16 19:31:31 +0530 |
---|---|---|
committer | hardythe1 | 2012-03-16 19:31:31 +0530 |
commit | 1387db498369739d7637cea7601af86135b7f40a (patch) | |
tree | 2a7b89e48febad713d02ef6eb0fae385be9691cb /testapp/templates | |
parent | 9c1dd7918effa6e8db5c0797c370516a5c31c2ad (diff) | |
download | online_test-1387db498369739d7637cea7601af86135b7f40a.tar.gz online_test-1387db498369739d7637cea7601af86135b7f40a.tar.bz2 online_test-1387db498369739d7637cea7601af86135b7f40a.zip |
few more minor changes
Diffstat (limited to 'testapp/templates')
-rw-r--r-- | testapp/templates/base.html | 32 |
1 files changed, 2 insertions, 30 deletions
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> - - - - - - - - - - - - - - - - - - - - - - - - - - - - |