This commit is contained in:
Ross
2024-02-17 23:44:56 +00:00
parent 8793f346ba
commit baa1ffe890
7 changed files with 85 additions and 6 deletions
+2 -2
View File
@@ -28,10 +28,10 @@
</div>
</span>
<span class="flex-col-3">
{% for series in question.series.all %}
{% for seriesdetail in question.seriesdetail_set.all %}
<div class="series-block">
Series {{forloop.counter }}:<br />
{{series.get_block}}
{{seriesdetail.longseries.get_block}}
</div>
{% empty %}
No series