diff options
author | hardythe1 | 2012-02-06 15:29:25 +0530 |
---|---|---|
committer | hardythe1 | 2012-02-06 15:29:25 +0530 |
commit | f9540ba9b83ac2dc33885f3c8089f36a218d6273 (patch) | |
tree | 8e660f9e0978d1df172fac6dda6df525c6483792 | |
parent | 76eec9e15f749a0a477ceec44820766b0e1ecc7e (diff) | |
download | online_test-f9540ba9b83ac2dc33885f3c8089f36a218d6273.tar.gz online_test-f9540ba9b83ac2dc33885f3c8089f36a218d6273.tar.bz2 online_test-f9540ba9b83ac2dc33885f3c8089f36a218d6273.zip |
removed <html> & <body> tags
-rw-r--r-- | testapp/templates/exam/complete.html | 6 |
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>© FOSSEE group, IIT Bombay</p> </footer> </div> -</body> -</html> + {% endblock content %} |