fix: remove nested #receipt-form wrapper causing duplicate IDs on edit
This commit is contained in:
parent
dfefd0208c
commit
2fcce08cff
1 changed files with 5 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue