summaryrefslogtreecommitdiffstats
path: root/app/templates/exams.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/exams.html')
-rw-r--r--app/templates/exams.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/exams.html b/app/templates/exams.html
index 7e4af54..eceeed4 100644
--- a/app/templates/exams.html
+++ b/app/templates/exams.html
@@ -22,7 +22,7 @@
{% extends "_layout.html" %}
{% block body %}
<div id="exams">
- <h3>{{courses}}</h3>
+ <h3>{{course}}</h3>
{{ render_courses_list(courses, entries)}}
</div>