This commit is contained in:
Ross
2021-04-29 23:43:55 +01:00
parent a34a78020c
commit e4b89c783b
+1 -1
View File
@@ -41,7 +41,7 @@
{% endfor %}
</ol>
<div>
Author: {% for user in exam.author.all %}
Author: {% for author in exam.author.all %}
{{ author }},
{% endfor %}
</div>