summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/register.html
diff options
context:
space:
mode:
authorhardythe12012-02-06 15:20:41 +0530
committerhardythe12012-02-06 15:20:41 +0530
commit493f228229d96dab4a13b21cf7d4d089fcf7b2fd (patch)
treed6fe09cf923ab53814ee8dcf37688ef8193eb2f0 /testapp/templates/exam/register.html
parent6809186e406f96fa321b55060364bcaf7bfc4a99 (diff)
downloadonline_test-493f228229d96dab4a13b21cf7d4d089fcf7b2fd.tar.gz
online_test-493f228229d96dab4a13b21cf7d4d089fcf7b2fd.tar.bz2
online_test-493f228229d96dab4a13b21cf7d4d089fcf7b2fd.zip
removed <html> & <body> tags from the forms
Diffstat (limited to 'testapp/templates/exam/register.html')
-rw-r--r--testapp/templates/exam/register.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/testapp/templates/exam/register.html b/testapp/templates/exam/register.html
index a90f21c..1555ab3 100644
--- a/testapp/templates/exam/register.html
+++ b/testapp/templates/exam/register.html
@@ -4,7 +4,6 @@
{% block content %}
-<body>
<div class="container">
<div class="content">
<div class="page-header">
@@ -16,8 +15,6 @@
<form action="" method="post">
{% csrf_token %}
-
-
<center><table class=span1>
{{ form.as_table }}
</table></center>
@@ -33,7 +30,5 @@
</div> <!-- /container -->
- </body>
-</html>
{% endblock content %}