From 2fcce08cff6bd8551d8d6e060ab406c339488944 Mon Sep 17 00:00:00 2001 From: cclohmar Date: Tue, 14 Jul 2026 11:33:24 +0000 Subject: [PATCH] fix: remove nested #receipt-form wrapper causing duplicate IDs on edit --- templates/receipt_form.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/templates/receipt_form.html b/templates/receipt_form.html index 938f4a2..260b1da 100644 --- a/templates/receipt_form.html +++ b/templates/receipt_form.html @@ -1,9 +1,8 @@ -
- {{if .AIError}} -
- {{.AIError}} -
- {{end}} +{{if .AIError}} +
+ {{.AIError}} +
+{{end}}
@@ -111,4 +110,3 @@
-