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