diff --git a/sbas/templates/sbas/question_detail.html b/sbas/templates/sbas/question_detail.html index fb2c6533..189f1b1d 100644 --- a/sbas/templates/sbas/question_detail.html +++ b/sbas/templates/sbas/question_detail.html @@ -34,6 +34,9 @@ Best answer: {{ question.best_answer }} ({{question.get_correct_answer_stripped}}) {% endautoescape %} +
+ Feedback: {{ question.feedback|linebreaks }} +
Sources: {% if question.sources %} @@ -120,9 +123,6 @@ {% endif %}
-
- Feedback: {{ question.feedback|linebreaks }} -
{% include 'question_notes.html' %}