From 0a1b33115124c3b4180bb078b8f1ca581eb552ad Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 21 Sep 2021 19:56:50 +0100 Subject: [PATCH] . --- sbas/templates/sbas/question_detail.html | 72 ++++++++++++------------ 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/sbas/templates/sbas/question_detail.html b/sbas/templates/sbas/question_detail.html index d0535611..483899ce 100644 --- a/sbas/templates/sbas/question_detail.html +++ b/sbas/templates/sbas/question_detail.html @@ -1,41 +1,41 @@ {% extends 'sbas/base.html' %} {% block content %} -
- Admin Edit - Add Note -
- Created: {{ question.created_date|date:"d/m/Y"}} -
- {% autoescape off %} - {{question.stem}} -
-
    -
  1. {{ question.a_answer }}
  2. -
  3. {{ question.b_answer }}
  4. -
  5. {{ question.c_answer }}
  6. -
  7. {{ question.d_answer }}
  8. -
  9. {{ question.e_answer }}
  10. -
- Best answer: {{ question.best_answer }} ({{question.get_correct_answer_stripped}}) -
- {% endautoescape %} -
- Examinations: {% for exam in question.exams.all %} - {{ exam.name }} - {% endfor %} -
-
- Category: {{ question.category }} -
+
+ Admin Edit + Add Note +
+ Created: {{ question.created_date|date:"d/m/Y"}} +
+ {% autoescape off %} + {{question.stem}} +
+
    +
  1. {{ question.a_answer }}
  2. +
  3. {{ question.b_answer }}
  4. +
  5. {{ question.c_answer }}
  6. +
  7. {{ question.d_answer }}
  8. +
  9. {{ question.e_answer }}
  10. +
+ Best answer: {{ question.best_answer }} ({{question.get_correct_answer_stripped}}) +
+ {% endautoescape %} +
+ Examinations: {% for exam in question.exams.all %} + {{ exam.name }} + {% endfor %} +
+
+ Category: {{ question.category }} +
-
- Author: {% for user in question.author.all %} - {{ author }}, - {% endfor %} -
+
+ Author: {% for user in question.author.all %} + {{ author }}, + {% endfor %} +
- {% include 'question_notes.html' %} -
-{% endblock %} \ No newline at end of file + {% include 'question_notes.html' %} +
+{% endblock %}