Die Bedeutung von Session und Briefing so angepasst, dass sie Sinn ergibt.

This commit is contained in:
2024-01-02 10:56:17 +01:00
parent 2d07991c00
commit 9331035edd
11 changed files with 142 additions and 111 deletions

View File

@ -11,11 +11,11 @@
{{define "add-buttons"}}
<div id="briefing-buttons">
<button type="button" hx-post="/new-participant/{{.SessionID}}/" hx-target="#briefing-buttons" hx-swap="outerHTML">
<button type="button" hx-post="/new-participant/{{.BriefingID}}/" hx-target="#briefing-buttons" hx-swap="outerHTML">
Neuer Teilnehmer
</button>
<button type="submit" hx-post="/submit-form/{{.SessionID}}/" hx-target="#content">
<button type="submit" hx-post="/submit-form/{{.BriefingID}}/" hx-target="#content">
Weiter
</button>
</div>