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

@ -1,6 +1,6 @@
{{define "content"}}
<video src="/static/test.mp4">Test</video>
<button hx-post="/end-video/{{.SessionID}}/{{.Login}}/" hx-target="#content" type="button">
<button hx-post="/end-video/{{.BriefingID}}/{{.Login}}/" hx-target="#content" type="button">
Weiter
</button>
{{end}}