Von Methoden für handlerFuncs weggegangen, solange ich da kein vernünftiges Konzept habe. Außerdem Bug behoben.

This commit is contained in:
2024-01-06 07:38:37 +01:00
parent 9331035edd
commit 0fe1d822e2
4 changed files with 19 additions and 18 deletions

View File

@ -40,7 +40,7 @@
{{end}}
{{define "content"}}
<button hx-post="/briefing-done/{{.BriefingID}}/" hx-target="#content" type="button">Beenden</button>
<button hx-post="/briefing-done/{{.SessionID}}/" hx-target="#content" type="button">Beenden</button>
{{range .ParticipantsData}}
{{template "participant" .}}
{{end}}