fix: remove nested #receipt-form wrapper causing duplicate IDs on edit

This commit is contained in:
Claus Lohmar 2026-07-14 11:33:24 +00:00
parent dfefd0208c
commit 2fcce08cff

View file

@ -1,4 +1,3 @@
<div id="receipt-form">
{{if .AIError}}
<div class="error-message" style="background: #fef2f2; border: 1px solid #fecaca; color: #dc2626; padding: 0.75rem; border-radius: 0.5rem; margin-bottom: 1rem;">
{{.AIError}}
@ -111,4 +110,3 @@
</div>
</form>
</div>
</div>