Button zum Upload hinzugefügt

This commit is contained in:
Jason Streifling 2023-10-10 17:40:50 +02:00
parent 6972948ee3
commit 08fb23d0f5

View File

@ -8,6 +8,8 @@
<label for="participant-company-input-{{ . }}">Firma</label> <label for="participant-company-input-{{ . }}">Firma</label>
<input type="text" name="participant-company-{{ . }}" id="participant-company-input-{{ . }}" /> <input type="text" name="participant-company-{{ . }}" id="participant-company-input-{{ . }}" />
<button type="button" hx-post="/upload/">Fragebogen hochladen</button>
</div> </div>
{{ end }} {{ end }}