diff options
author | adityacp | 2020-12-15 22:22:13 +0530 |
---|---|---|
committer | adityacp | 2020-12-15 22:22:13 +0530 |
commit | 892972229c3952b5ba9a77bef2ce2e0cece5677f (patch) | |
tree | 24c011313577a250d745a99fe1414bec9f292fbb /yaksh/templates/exam.html | |
parent | 8ee692457729cf50abfdb260073b4f59feb0bfa1 (diff) | |
download | online_test-892972229c3952b5ba9a77bef2ce2e0cece5677f.tar.gz online_test-892972229c3952b5ba9a77bef2ce2e0cece5677f.tar.bz2 online_test-892972229c3952b5ba9a77bef2ce2e0cece5677f.zip |
Fix tests and quiz template
Diffstat (limited to 'yaksh/templates/exam.html')
-rw-r--r-- | yaksh/templates/exam.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yaksh/templates/exam.html b/yaksh/templates/exam.html index a773076..2290ca4 100644 --- a/yaksh/templates/exam.html +++ b/yaksh/templates/exam.html @@ -88,14 +88,14 @@ </div> <br> <div> - <table class="table table-bordered table-responsive-sm"> - <thead> + <table class="table table-dark table-responsive-sm"> + <thead class="thead-dark"> <tr> <th>Category</th> <th>Question No.</th> </tr> </thead> - <tbody> + <tbody class="list"> {% for category, question_number in paper.get_categorized_question_indices.items %} <tr> <td> |