diff --git a/longs/templates/longs/exam_overview.html b/longs/templates/longs/exam_overview.html index 9f5507f5..892a1aff 100644 --- a/longs/templates/longs/exam_overview.html +++ b/longs/templates/longs/exam_overview.html @@ -43,14 +43,16 @@ title="Edit the question">Edit + {% for series in question.series.all %} -
+
Series {{forloop.counter }}:
{{series.get_block}}
{% empty %} No series {% endfor %} + {% endfor %}