sprechstunden-go/templates/requestNotFound.html

16 lines
426 B
HTML

<html>
<head>
<title>Anfrage bestätigen fehlgeschlagen</title>
</head>
<body>
<p>
Dieser Bestätigungscode ist nicht verfügbar. <br />
Bitte gib deinen Bestätigungscode hier ein.
</p>
<form action="/confirmRequest">
<label for="code">Bestätigungscode</label>: <input type="text" name="code"/>
<input type="submit" />
</form>
{{template "footer.html" .}}
</body>
</html>