This commit is contained in:
Ross
2021-02-28 10:29:06 +00:00
parent cf914d1ce7
commit a68bd61db7
2 changed files with 7 additions and 4 deletions
+2
View File
@@ -21,6 +21,8 @@
{% for question in questions.all %}
<li data-question_pk={{question.pk}}>
Description: {{ question.description}}
<br />
History: {{ question.history}}
<br />
{% for series in question.series.all %}