diff --git a/templates/progress.html b/templates/progress.html
index a71cae4..912aa25 100644
--- a/templates/progress.html
+++ b/templates/progress.html
@@ -51,13 +51,11 @@
{% if exams %}
-
-
-
+
{% trans "Below are the results of exams that you have sat." %}
- {% trans 'Total complete exams:' %} {{ exams_counter }}
+ {% trans 'Total complete exams:' %} {{ exams_counter }}
diff --git a/templates/quiz/sitting_list.html b/templates/quiz/sitting_list.html
index c8ed0b0..a0ba601 100644
--- a/templates/quiz/sitting_list.html
+++ b/templates/quiz/sitting_list.html
@@ -26,7 +26,7 @@
{% if sitting_list %}
- {% trans 'Total complete exams:' %} {{ sitting_list.count }}
+ {% trans 'Total complete exams' %}: {{ sitting_list.count }}