UUID-Element zum Ersetzen des "Einladen"-Buttons erstellt
This commit is contained in:
		@@ -1,3 +1,7 @@
 | 
			
		||||
{{ define "uuid" }}
 | 
			
		||||
<span>{{ . }}</span>
 | 
			
		||||
{{ end }}
 | 
			
		||||
 | 
			
		||||
{{ define "participant" }}
 | 
			
		||||
<div id="participant-{{ . }}">
 | 
			
		||||
  <label for="participant-first-input-{{ . }}">Vorname</label>
 | 
			
		||||
@@ -10,7 +14,7 @@
 | 
			
		||||
  <input type="text" name="participant-company-{{ . }}" id="participant-company-input-{{ . }}" />
 | 
			
		||||
 | 
			
		||||
  <button type="button" hx-post="/generate-uuid/" hx-target="this">
 | 
			
		||||
    Neuer Teilnehmer
 | 
			
		||||
    Einladen
 | 
			
		||||
  </button>
 | 
			
		||||
</div>
 | 
			
		||||
{{ end }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user