2022-09-19 18:04:59 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="de">
|
2022-09-05 17:55:08 +02:00
|
|
|
<head>
|
|
|
|
<title>Anfrage bestätigen fehlgeschlagen</title>
|
2022-09-19 18:04:59 +02:00
|
|
|
{{template "head.html" .}}
|
2022-09-05 17:55:08 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2022-09-05 20:10:35 +02:00
|
|
|
<p>
|
|
|
|
Dieser Bestätigungscode ist nicht verfügbar. <br />
|
|
|
|
Bitte gib deinen Bestätigungscode hier ein.
|
|
|
|
</p>
|
|
|
|
<form action="/confirmRequest">
|
2022-09-19 18:04:59 +02:00
|
|
|
<label for="code">Bestätigungscode</label>: <input type="text" name="code" id="code"/>
|
2022-09-05 20:10:35 +02:00
|
|
|
<input type="submit" />
|
|
|
|
</form>
|
2022-09-19 17:00:19 +02:00
|
|
|
{{template "footer.html" .}}
|
2022-09-05 17:55:08 +02:00
|
|
|
</body>
|
|
|
|
</html>
|