From 67f218495f17c95ad3e80b926d3308facbbe7192 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Wed, 11 Feb 2026 10:24:28 +0000 Subject: [PATCH] feat: add cancel buttons to all add forms Match the edit form pattern by adding a Cancel button (history.back()) below each Save button in the sticky submit bar. --- templates/pages/add.html | 63 +++++++++++++++++++++++++++++++++++----- 1 file changed, 56 insertions(+), 7 deletions(-) diff --git a/templates/pages/add.html b/templates/pages/add.html index 8d06518..656a24e 100644 --- a/templates/pages/add.html +++ b/templates/pages/add.html @@ -190,13 +190,20 @@ {{ img::deferred_upload("roaster-image", "Add image (optional)") }} -
+
+
@@ -403,13 +410,20 @@ {{ img::deferred_upload("roast-image", "Add image (optional)") }} -
+
+
@@ -498,13 +512,20 @@ /> -
+
+
{% endif %} @@ -947,13 +968,20 @@ />
{{ img::deferred_upload("brew-image", "Add image (optional)") }} -
+
+
{% endif %} @@ -1023,13 +1051,20 @@
{{ img::deferred_upload("gear-image", "Add image (optional)") }} -
+
+
@@ -1188,13 +1223,20 @@ {{ img::deferred_upload("cafe-image", "Add image (optional)") }} -
+
+
@@ -1297,13 +1339,20 @@ -
+
+
{% endif %}