diff --git a/anatomy/templates/anatomy/question_detail.html b/anatomy/templates/anatomy/question_detail.html index 9cc1443f..895cb803 100644 --- a/anatomy/templates/anatomy/question_detail.html +++ b/anatomy/templates/anatomy/question_detail.html @@ -63,7 +63,7 @@ Body Part: {{ question.body_part }}
- Author: {% for user in question.author.all %} + Author: {% for author in question.author.all %} {{ author }}, {% endfor %}