From cea0e0ae065c93f0ff1edb077bf388a225d75328 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 17 Oct 2021 19:23:35 +0100 Subject: [PATCH] . --- anatomy/templates/anatomy/question_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}