From ae74df2699c8d323e929df2088c2ae63df2a0593 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 28 Nov 2021 17:25:25 +0000 Subject: [PATCH] . --- atlas/templates/atlas/series_viewer.html | 30 +++++++++++++++++++----- 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/atlas/templates/atlas/series_viewer.html b/atlas/templates/atlas/series_viewer.html index bd42a01f..6113d9fc 100755 --- a/atlas/templates/atlas/series_viewer.html +++ b/atlas/templates/atlas/series_viewer.html @@ -11,11 +11,9 @@ This series is not associated with any cases.
-
- {% csrf_token %} - {{ series_finding_form }} - -
+ +
+
Author: {{ series.get_author_display }}
@@ -38,4 +36,24 @@ This series is not associated with any cases.

Total image size: {{series.get_total_image_size|filesizeformat}}

Download images

-
\ No newline at end of file + + + + + + \ No newline at end of file