2022-09-21 20:18:39 +00:00
|
|
|
{{define "title"}}Anfrage bestätigen fehlgeschlagen{{end}}
|
|
|
|
|
|
|
|
{{define "content"}}
|
2023-07-09 10:27:17 +00:00
|
|
|
<div class="col-md-8 offset-md-2">
|
|
|
|
<p>
|
|
|
|
Dieser Bestätigungscode ist nicht verfügbar. <br>
|
|
|
|
Bitte gib deinen Bestätigungscode hier ein.
|
|
|
|
</p>
|
|
|
|
<form action="/confirmRequest">
|
|
|
|
<div class="input-group">
|
|
|
|
<div class="form-floating">
|
2023-07-10 11:29:03 +00:00
|
|
|
<input class="form-control required" type="text" name="code" id="code" required placeholder="Bestätigungscode">
|
2023-07-09 10:27:17 +00:00
|
|
|
<label for="code">Bestätigungscode</label>
|
|
|
|
</div>
|
|
|
|
<button class="btn btn-outline-primary" type="submit">Bestätigen</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
2022-09-21 20:18:39 +00:00
|
|
|
</form>
|
|
|
|
{{end}}
|