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}}
-
-
- - {{ question.a_answer }}
- - {{ question.b_answer }}
- - {{ question.c_answer }}
- - {{ question.d_answer }}
- - {{ question.e_answer }}
-
- 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}}
+
+
+ - {{ question.a_answer }}
+ - {{ question.b_answer }}
+ - {{ question.c_answer }}
+ - {{ question.d_answer }}
+ - {{ question.e_answer }}
+
+ 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 %}