Fehler in participant.html behoben, bei dem auf {{ .ID }} statt {{ . }} zugegriffen wurde

This commit is contained in:
2023-10-04 19:26:48 +02:00
parent cb6f83139f
commit babbe137e4
2 changed files with 8 additions and 8 deletions

View File

@ -50,7 +50,7 @@
</div>
</div>
<button type="submit" hx-post="/submit/" hx-target="#participants" hx-swap="beforeend" hx-trigger="click">
<button type="submit" hx-post="/submit/">
Senden
</button>
</form>