.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user