From 6068a2cddb3959a00d5c0a6bcbb03075e85d9c95 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 2 Apr 2022 23:15:11 +0100 Subject: [PATCH] . --- atlas/templates/atlas/collection_candidates.html | 2 +- atlas/templates/atlas/collection_detail.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atlas/templates/atlas/collection_candidates.html b/atlas/templates/atlas/collection_candidates.html index 6a404318..db2204f5 100644 --- a/atlas/templates/atlas/collection_candidates.html +++ b/atlas/templates/atlas/collection_candidates.html @@ -1,7 +1,7 @@ {% extends 'atlas/base.html' %} {% block content %} -{% include 'atlas:collection_headers.html' %} +{% include 'atlas/collection_headers.html' %}

{{cid_user_count}} candidates.

diff --git a/atlas/templates/atlas/collection_detail.html b/atlas/templates/atlas/collection_detail.html index cb68985b..e8c1c83b 100644 --- a/atlas/templates/atlas/collection_detail.html +++ b/atlas/templates/atlas/collection_detail.html @@ -1,7 +1,7 @@ {% extends 'atlas/base.html' %} {% block content %} -{% include 'atlas:collection_headers.html' %} +{% include 'atlas/collection_headers.html' %}