This commit is contained in:
Ross
2022-04-02 23:15:11 +01:00
parent f3af33c92c
commit 6068a2cddb
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
{% extends 'atlas/base.html' %}
{% block content %}
{% include 'atlas:collection_headers.html' %}
{% include 'atlas/collection_headers.html' %}
<p>{{cid_user_count}} candidates.</p>
+1 -1
View File
@@ -1,7 +1,7 @@
{% extends 'atlas/base.html' %}
{% block content %}
{% include 'atlas:collection_headers.html' %}
{% include 'atlas/collection_headers.html' %}
<ul>
{% for case in collection.cases.all %}
<li><a href="{% url 'atlas:collection_case_view' pk=collection.pk case_number=forloop.counter0 %}">Case {{forloop.counter}}</a>