From 33675b8684566f101e3ec9bd8ad6aee02bcf9c25 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 2 Apr 2022 22:40:05 +0100 Subject: [PATCH] . --- ...etail_view.html => collection_detail.html} | 132 +++++++++--------- 1 file changed, 66 insertions(+), 66 deletions(-) rename atlas/templates/atlas/{collection_detail_view.html => collection_detail.html} (97%) diff --git a/atlas/templates/atlas/collection_detail_view.html b/atlas/templates/atlas/collection_detail.html similarity index 97% rename from atlas/templates/atlas/collection_detail_view.html rename to atlas/templates/atlas/collection_detail.html index 302aa687..caa7b552 100644 --- a/atlas/templates/atlas/collection_detail_view.html +++ b/atlas/templates/atlas/collection_detail.html @@ -1,67 +1,67 @@ -{% extends 'atlas/base.html' %} - -{% block content %} -{% if request.user.is_authenticated %} -
- Edit - Delete -
-{% endif %} -

{{collection.name}} - -{% if collection.collection_type == "REP" %} -

Start: {{exam.name}}

- - Enter your CID and passcode in the below boxes.
-

-

- - - - -{% endif %} - +{% extends 'atlas/base.html' %} + +{% block content %} +{% if request.user.is_authenticated %} +
+ Edit + Delete +
+{% endif %} +

{{collection.name}} + +{% if collection.collection_type == "REP" %} +

Start: {{exam.name}}

+ + Enter your CID and passcode in the below boxes.
+

+

+ + + + +{% endif %} + {% endblock %} \ No newline at end of file