UUID-Button repariert

This commit is contained in:
Jason Streifling 2023-10-10 19:18:34 +02:00
parent 8dbb5f946d
commit 1597d38d34

View File

@ -13,7 +13,7 @@
<label for="participant-company-input-{{ . }}">Firma</label>
<input type="text" name="participant-company-{{ . }}" id="participant-company-input-{{ . }}" />
<button type="button" hx-post="/generate-uuid/" hx-target="this">
<button type="button" hx-post="/generate-uuid/" hx-target="this" hx-swap="outerHTML">
Einladen
</button>
</div>