This commit is contained in:
Ross
2022-05-31 23:40:50 +01:00
parent 4969723de9
commit 6d3cdedb95
8 changed files with 228 additions and 60 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
<input type="submit" />
</form>
</details>
<h4>{{filter.qs|length}} exams found.</h4>
<h4 class="exam-number-title">{{filter.qs|length}} exams found.</h4>
{% for exam in filter.qs %}
<div class="">
<h1><a href="{% url app_name|add:':exam_overview' pk=exam.pk %}">Exam: {{ exam.name }} </a></h1>