From 8096a36a11ff1e6f65e2ca9e31c3afe94c14145e Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 14 Nov 2025 21:52:37 +0000 Subject: [PATCH] Reorganize finding form placement in series viewer for improved layout --- atlas/templates/atlas/series_viewer.html | 52 ++++++++++++------------ 1 file changed, 27 insertions(+), 25 deletions(-) diff --git a/atlas/templates/atlas/series_viewer.html b/atlas/templates/atlas/series_viewer.html index 9a2a1cd1..acbda9ee 100755 --- a/atlas/templates/atlas/series_viewer.html +++ b/atlas/templates/atlas/series_viewer.html @@ -27,7 +27,7 @@
-
+
{% with image_url_array_and_count=series.get_image_url_array_and_count %}
+ +
+
Finding form
+
+
+
+ {% if editing_finding > 0 %} +
Editing Finding
+

Editing finding with ID: {{editing_finding}}

+ {% else %} +
Add Finding
+

Click the button below to add a new finding.

+ {% endif %} +
+ {% csrf_token %} + {{series_finding_form|crispy}} +
+ + +
+
+
+
+
+
Findings
@@ -146,30 +171,7 @@
-
-
Finding form
-
-
-
- {% if editing_finding > 0 %} -
Editing Finding
-

Editing finding with ID: {{editing_finding}}

- {% else %} -
Add Finding
-

Click the button below to add a new finding.

- {% endif %} -
- {% csrf_token %} - {{series_finding_form|crispy}} -
- - -
-
-
-
-
-
+ {% if can_edit %}