.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user