11 lines
264 B
HTML
11 lines
264 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>Choriosity Anmeldung</title>
|
|
</head>
|
|
|
|
<body>
|
|
Die Anmeldung ist noch nicht geöffnet. Sie öffnet {{ not_before.strftime('am %d.%m.%Y um %H:%M Uhr') }} und schließt {{ not_after.strftime('am %d.%m.%Y um %H:%M Uhr') }}.
|
|
</body>
|
|
|
|
</html> |