Sessions vollständig implementiert
This commit is contained in:
@ -18,11 +18,11 @@
|
||||
{{define "content"}}
|
||||
<form>
|
||||
<label for="search-input">Suche</label>
|
||||
<input type="text" name="search" id="search-input" hx-post="/search/" hx-target="#results">
|
||||
<input type="text" name="search" id="search-input" hx-post="/search/{{.SessionID}}/" hx-target="#results">
|
||||
</form>
|
||||
|
||||
<form>
|
||||
<button type="submit" hx-post="/new-briefing/{{.SessionID}}" hx-target="#content">
|
||||
<button type="submit" hx-post="/new-briefing/{{.SessionID}}/" hx-target="#content">
|
||||
Neue Unterweisung
|
||||
</button>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user