diff --git a/anatomy/templates/anatomy/exam_scores_user.html b/anatomy/templates/anatomy/exam_scores_user.html index e2720d60..b15d6ec8 100644 --- a/anatomy/templates/anatomy/exam_scores_user.html +++ b/anatomy/templates/anatomy/exam_scores_user.html @@ -23,7 +23,7 @@
{{ans}}
{% if exam.publish_results or view_all_results%}
- {{score}}
+ Marks: {{score}}
{% endif %}
View
diff --git a/generic/templates/generic/exam_review_start.html b/generic/templates/generic/exam_review_start.html
index 944029c0..2645beb3 100644
--- a/generic/templates/generic/exam_review_start.html
+++ b/generic/templates/generic/exam_review_start.html
@@ -1,4 +1,4 @@
-{% extends 'generic/examcollection_base.html' %}
+{% extends exam.app_name|add:'/exams.html' %}
{% block content %}