From feff4741b8eb5d92329ac2acd5c93b46746a7867 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 6 Dec 2021 15:07:26 +0000 Subject: [PATCH] . --- atlas/templates/atlas/structure_detail.html | 39 +++++++++++++-------- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git a/atlas/templates/atlas/structure_detail.html b/atlas/templates/atlas/structure_detail.html index 926440ec..f9d2f944 100755 --- a/atlas/templates/atlas/structure_detail.html +++ b/atlas/templates/atlas/structure_detail.html @@ -4,22 +4,33 @@ -
- Edit - Delete - {% if request.user.is_superuser %} - Admin Edit - {% endif %} -
-
-

Name: {{structure.name}}

- Primary name: {{structure.primary}}
- Synonyms: {{structure.synonym.all|join:", "}}
-
+
+ Edit + Delete + {% if request.user.is_superuser %} + Admin Edit + {% endif %} +
+
+

Name: {{structure.name}}

+ Primary name: {{structure.primary}}
+ Synonyms: {{structure.synonym.all|join:", "}}
+
+

Associated Cases

+ {% endblock %} {% block js %} -{% endblock %} \ No newline at end of file +{% endblock %}