diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html index 0d525790..27df8500 100644 --- a/rapids/templates/rapids/exam_overview.html +++ b/rapids/templates/rapids/exam_overview.html @@ -41,7 +41,7 @@ {% endfor %}
- Author: {% for user in exam.author.all %} + Author: {% for author in exam.author.all %} {{ author }}, {% endfor %}