diff --git a/anatomy/templates/anatomy/exam_scores_user.html b/anatomy/templates/anatomy/exam_scores_user.html
index bf95af5d..8bf767bf 100644
--- a/anatomy/templates/anatomy/exam_scores_user.html
+++ b/anatomy/templates/anatomy/exam_scores_user.html
@@ -1,58 +1,58 @@
{% extends 'anatomy/base.html' %}
{% block content %}
-
-
HIDE/SHOW
-
- Question
No question loaded
-
-
-
-
-
Exam: {{ exam.name }}
-
Candidate: {{ cid }}
- Answers:
-
{% for ans, score, correct_answer in answers_and_marks %}
- - Question {{forloop.counter}} - Correct answer: {{
+
+
Exam: {{ exam.name }}
+
Candidate: {{ cid }}
+ Answers:
+
{% for ans, score, correct_answer in answers_and_marks %}
+ - Question {{forloop.counter}} - Correct answer: {{
correct_answer }}
-
- {{ans}} ({{score}})
-
- View
+
+ {{ans}} ({{score}})
+
+ View
{% endfor %}
-
-
Total mark: {{ total_score }} / {{max_score}}
-
-
Other exams
+
+
Total mark: {{ total_score }} / {{max_score}}
+
-
{% endblock %}
{% block js %}
-
-{% endblock %}
\ No newline at end of file
+ });
+
+{% endblock %}