This commit is contained in:
Ross
2021-08-17 18:21:26 +01:00
parent 42f8708e4c
commit ba28ce46cc
3 changed files with 22 additions and 6 deletions
+2 -2
View File
@@ -29,7 +29,7 @@
{% for question in questions.all %}
<li data-question_pk={{question.pk}}>
<span>
<span class="flex-col-2">
Description: {{ question.description}}
<br />
History: {{ question.history}}
@@ -44,7 +44,7 @@
</div>
</span>
{% for series in question.series.all %}
<div class="series-block">
<div class="series-block flex-col-3">
Series {{forloop.counter }}:<br />
{{series.get_block}}
</div>