Grundlegenden Funktionsumfang geschaffen, dafür einiges umstrukturiert

This commit is contained in:
2023-10-08 10:36:16 +02:00
parent 15675d5e6c
commit 324a1c54d6
5 changed files with 61 additions and 39 deletions

View File

@ -49,6 +49,8 @@
{{ template "participant" . }}
</div>
<button type="submit" hx-post="/submit/">Senden</button>
<button type="submit" hx-post="/submit/" hx-target="#content" hx-swap="innerHTML">
Senden
</button>
</form>
{{ end }}