From 20346cca57a525c155fdd7f18253689c68645efd Mon Sep 17 00:00:00 2001 From: jayparikh111 Date: Wed, 1 Feb 2012 10:31:51 +0530 Subject: Updated html file with new look --- testapp/templates/exam/complete.html | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'testapp/templates/exam/complete.html') diff --git a/testapp/templates/exam/complete.html b/testapp/templates/exam/complete.html index 4c3f3d5..6790ea1 100644 --- a/testapp/templates/exam/complete.html +++ b/testapp/templates/exam/complete.html @@ -3,10 +3,28 @@ {% block title %}Good bye!{% endblock %} {% block content %} -

Good bye!

-

{{message}}

-
-

You may now close the browser.

+ + +
+
+ +
+
+

Good bye!

+ +

{{message}}

+ +

You may now close the browser.

+ +
+ +
+ + {% endblock content %} -- cgit