This commit is contained in:
Ross
2021-10-17 19:23:35 +01:00
parent 643d8c5224
commit cea0e0ae06
@@ -63,7 +63,7 @@
Body Part: {{ question.body_part }}
</div>
<div>
Author: {% for user in question.author.all %}
Author: {% for author in question.author.all %}
{{ author }},
{% endfor %}
</div>