Aus Date und Time wurde DateTime gemacht und kleine Bugs behoben
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
{{end}}
|
||||
|
||||
{{define "retry"}}
|
||||
<button hx-post="/allow-retry/{{.SessionID}}/{{.Login}}/" type="button">Wiederholen erlauben</button>
|
||||
<button hx-post="/allow-retry/{{.SessionID}}/{{.Login}}/" hx-swap="delete" type="button">Wiederholen erlauben</button>
|
||||
{{end}}
|
||||
|
||||
{{define "participant"}}
|
||||
@ -18,6 +18,7 @@
|
||||
{{if lt .NoIncorrect 0}}
|
||||
{{template "refresh" .}}
|
||||
{{else if gt .NoIncorrect 0}}
|
||||
<p>{{.NoIncorrect}} Fehler</p>
|
||||
{{template "retry" .}}
|
||||
{{template "refresh" .}}
|
||||
{{else}}
|
||||
|
@ -3,10 +3,9 @@
|
||||
<tr>
|
||||
<td>{{.InstructorFirstName}}</td>
|
||||
<td>{{.InstructorLastName}}</td>
|
||||
<td>{{.BriefingDate}}</td>
|
||||
<td>{{.BriefingTime}}</td>
|
||||
<td>{{.BriefingDateTime}}</td>
|
||||
<td>{{.BriefingLocation}}</td>
|
||||
<td>{{.BriefingDocumentName}}</td>
|
||||
<td>{{.BriefingDocument}}</td>
|
||||
<td>{{.BriefingAsOf}}</td>
|
||||
<td>{{.ParticipantFirstName}}</td>
|
||||
<td>{{.ParticipantLastName}}</td>
|
||||
@ -32,8 +31,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">Unterweiser</th>
|
||||
<th>Datum</th>
|
||||
<th>Uhrzeit</th>
|
||||
<th>Datum & Uhrzeit</th>
|
||||
<th>Ort</th>
|
||||
<th>Dokument</th>
|
||||
<th>Stand</th>
|
||||
|
Reference in New Issue
Block a user