From b60de142e74deedac3b454ba66b4609a2c5ac034 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 13 Feb 2024 13:43:30 +0000 Subject: [PATCH] tidy up collection viva --- atlas/templates/atlas/collection_detail.html | 1 + atlas/templates/atlas/collection_viva.html | 14 +++++++++++--- rad/static/css/anatomy.css | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/atlas/templates/atlas/collection_detail.html b/atlas/templates/atlas/collection_detail.html index 922b001b..2dbc3942 100644 --- a/atlas/templates/atlas/collection_detail.html +++ b/atlas/templates/atlas/collection_detail.html @@ -19,6 +19,7 @@

This collection will be available to view/take here +

View as a viva collection here {% if can_edit %}

diff --git a/atlas/templates/atlas/collection_viva.html b/atlas/templates/atlas/collection_viva.html index 7a52fcae..deeedbb8 100644 --- a/atlas/templates/atlas/collection_viva.html +++ b/atlas/templates/atlas/collection_viva.html @@ -6,12 +6,14 @@ {% for case in cases %}
  • Case {{forloop.counter}}: {{case.title}}   - + +
  • {% endfor %} +