.
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
Body Part: {{ question.body_part }}
|
Body Part: {{ question.body_part }}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
Author: {% for user in question.author.all %}
|
Author: {% for author in question.author.all %}
|
||||||
{{ author }},
|
{{ author }},
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user