Kleine Bugfixes und Aufräumarbeiten
This commit is contained in:
@ -1,16 +1,16 @@
|
||||
{{ define "content" }}
|
||||
{{define "content"}}
|
||||
<form>
|
||||
<label for="first-{{ .Login }}">Vorname</label>
|
||||
<input type="text" name="first-{{ .Login }}" id="first-{{ .Login }}" />
|
||||
<label for="first-{{.Login}}">Vorname</label>
|
||||
<input type="text" name="first-{{.Login}}" id="first-{{.Login}}" />
|
||||
|
||||
<label for="last-{{ .Login }}">Nachname</label>
|
||||
<input type="text" name="last-{{ .Login }}" id="last-{{ .Login }}" />
|
||||
<label for="last-{{.Login}}">Nachname</label>
|
||||
<input type="text" name="last-{{.Login}}" id="last-{{.Login}}" />
|
||||
|
||||
<label for="company-{{ .Login }}">Firma</label>
|
||||
<input type="text" name="company-{{ .Login }}" id="company-{{ .Login }}" />
|
||||
<label for="company-{{.Login}}">Firma</label>
|
||||
<input type="text" name="company-{{.Login}}" id="company-{{.Login}}" />
|
||||
|
||||
<button type="button" hx-post="/submit-participant/{{ .SessionID }}/{{ .Login }}/" hx-target="#content">
|
||||
<button type="button" hx-post="/submit-participant/{{.SessionID}}/{{.Login}}/" hx-target="#content">
|
||||
Fertig
|
||||
</button>
|
||||
</form>
|
||||
{{ end }}
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user