summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhardythe12012-02-06 15:29:25 +0530
committerhardythe12012-02-06 15:29:25 +0530
commitf9540ba9b83ac2dc33885f3c8089f36a218d6273 (patch)
tree8e660f9e0978d1df172fac6dda6df525c6483792
parent76eec9e15f749a0a477ceec44820766b0e1ecc7e (diff)
downloadonline_test-f9540ba9b83ac2dc33885f3c8089f36a218d6273.tar.gz
online_test-f9540ba9b83ac2dc33885f3c8089f36a218d6273.tar.bz2
online_test-f9540ba9b83ac2dc33885f3c8089f36a218d6273.zip
removed <html> & <body> tags
-rw-r--r--testapp/templates/exam/complete.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/testapp/templates/exam/complete.html b/testapp/templates/exam/complete.html
index 6790ea1..6a401a4 100644
--- a/testapp/templates/exam/complete.html
+++ b/testapp/templates/exam/complete.html
@@ -4,8 +4,7 @@
{% block content %}
-<html lang="en">
- <body>
+
<div class="container">
<div class="content">
<div class="page-header">
@@ -25,6 +24,5 @@
<p>&copy; FOSSEE group, IIT Bombay</p>
</footer>
</div>
-</body>
-</html>
+
{% endblock content %}