summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhardythe12014-06-30 15:09:45 +0530
committerhardythe12014-06-30 15:09:45 +0530
commitad4a695e16dc5de2bba4851bbc3329bcdaab76cf (patch)
treebaf55c0ba55b4d1509cdfe50d5f16c1aaff7cf95
parent87c791a8600033e197d53346a8e2be873bfaa884 (diff)
downloadonline_test-ad4a695e16dc5de2bba4851bbc3329bcdaab76cf.tar.gz
online_test-ad4a695e16dc5de2bba4851bbc3329bcdaab76cf.tar.bz2
online_test-ad4a695e16dc5de2bba4851bbc3329bcdaab76cf.zip
adding table designing
-rw-r--r--testapp/templates/exam/quizzes_user.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/templates/exam/quizzes_user.html b/testapp/templates/exam/quizzes_user.html
index c284b87..9a49df7 100644
--- a/testapp/templates/exam/quizzes_user.html
+++ b/testapp/templates/exam/quizzes_user.html
@@ -42,7 +42,7 @@
<hr>
<h4>List of quizzes taken by you so far</h4>
{% if quizzes_taken %}
- <table>
+ <table class="bordered-table zebra-striped">
<th>Quiz</th>
<th>Result</th>
<th>Mraks Obtained</th>