This commit is contained in:
Ross
2021-08-17 18:22:13 +01:00
parent ba28ce46cc
commit cee1e8a35a
+3 -1
View File
@@ -43,14 +43,16 @@
title="Edit the question">Edit</a>
</div>
</span>
<span class="flex-col-3">
{% for series in question.series.all %}
<div class="series-block flex-col-3">
<div class="series-block">
Series {{forloop.counter }}:<br />
{{series.get_block}}
</div>
{% empty %}
No series
{% endfor %}
</span>
</li>
{% endfor %}
</ol>