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' %}