summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/complete.html
diff options
context:
space:
mode:
authorhardythe12012-02-24 16:16:38 +0530
committerhardythe12012-02-24 16:16:38 +0530
commitb1fbf5b02280de5b78b0249e777a179e34b50b98 (patch)
treef133bd5e556d4d0e8bbc94c9ffbac22bcc46bb31 /testapp/templates/exam/complete.html
parentdd3fd7b8c58d836baba24441e7d55c6d51858eab (diff)
downloadonline_test-b1fbf5b02280de5b78b0249e777a179e34b50b98.tar.gz
online_test-b1fbf5b02280de5b78b0249e777a179e34b50b98.tar.bz2
online_test-b1fbf5b02280de5b78b0249e777a179e34b50b98.zip
formating and identation
Diffstat (limited to 'testapp/templates/exam/complete.html')
-rw-r--r--testapp/templates/exam/complete.html37
1 files changed, 16 insertions, 21 deletions
diff --git a/testapp/templates/exam/complete.html b/testapp/templates/exam/complete.html
index 6a401a4..f5c658f 100644
--- a/testapp/templates/exam/complete.html
+++ b/testapp/templates/exam/complete.html
@@ -3,26 +3,21 @@
{% block title %}Good bye!{% endblock %}
{% block content %}
-
-
- <div class="container">
- <div class="content">
-<div class="page-header">
-<h1><Strong><center>Online Test</center></strong></h1>
-</div>
- <div class=row>
- <div class=span14>
-
-<center><h2> Good bye! </h2></center>
-
-<center><h4> {{message}} </h4></center>
-
-<center><h4>You may now close the browser.</h4></center>
-
-</div></div></div>
-<footer>
- <p>&copy; FOSSEE group, IIT Bombay</p>
- </footer>
+<div class="container">
+ <div class="content">
+ <div class="page-header">
+ <h1><Strong><center>Online Test</center></strong></h1>
+ </div>
+ <div class=row>
+ <div class=span14>
+ <center><h2> Good bye! </h2></center>
+ <center><h4> {{message}} </h4></center>
+ <center><h4>You may now close the browser.</h4></center>
+ </div>
+ </div>
+ </div>
+ <footer>
+ <p>&copy; FOSSEE group, IIT Bombay</p>
+ </footer>
</div>
-
{% endblock content %}