diff --git a/physics/templates/physics/exam_finish.html b/physics/templates/physics/exam_finish.html
index 6a9f1934..ffb8df5a 100644
--- a/physics/templates/physics/exam_finish.html
+++ b/physics/templates/physics/exam_finish.html
@@ -5,11 +5,11 @@
Exam: {{exam.name}}
- {% if exam.publish_results %}
+ {% comment %} {% if exam.publish_results %}
Exam is in review mode. Add question feedback
here.
- {% endif %}
+ {% endif %} {% endcomment %}
{{answer_count}} out of {{exam_length}} questions answered. Click to go to question.
diff --git a/sbas/templates/sbas/exam_finish.html b/sbas/templates/sbas/exam_finish.html
index 9f2e72bf..4507ac95 100644
--- a/sbas/templates/sbas/exam_finish.html
+++ b/sbas/templates/sbas/exam_finish.html
@@ -1,23 +1,23 @@
{% extends 'base.html' %}
{% block content %}
-CID: {{cid}}
+ CID: {{cid}}
-Exam: {{exam.name}}
+ Exam: {{exam.name}}
-
-{{answer_count}} out of {{exam_length}} questions answered. Click to go to question.
-
+
+ {{answer_count}} out of {{exam_length}} questions answered. Click to go to question.
+
{% endblock %}
{% block js %}
-
-{% endblock %}
\ No newline at end of file
+
+{% endblock %}