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