- Dokument-Vorlagen-Editor: create/edit/reset document templates (admin) - Upload-Portal: public portal for Nachweis uploads via token - Onboarding: invite Destinatäre via email with multi-step wizard - Bestätigungsschreiben: preview and send confirmation letters - Email settings: SMTP configuration UI - Management command: import_veranstaltung_teilnehmer for bulk participant import Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
36 lines
1.4 KiB
HTML
36 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Link ungültig – vHTV-Stiftung</title>
|
||
<style>
|
||
body { font-family: Arial, sans-serif; font-size: 15px; color: #222; background: #f4f6f8; margin: 0; padding: 0; }
|
||
.container { max-width: 520px; margin: 60px auto; padding: 0 16px; text-align: center; }
|
||
.card { background: #fff; border-radius: 10px; padding: 40px 32px; box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
|
||
.icon { font-size: 56px; margin-bottom: 16px; }
|
||
h1 { font-size: 22px; color: #b30000; margin: 0 0 12px; }
|
||
p { line-height: 1.6; color: #444; }
|
||
.contact { background: #f0f6ff; border-radius: 6px; padding: 14px; margin-top: 20px; font-size: 14px; }
|
||
.footer { margin-top: 28px; font-size: 12px; color: #aaa; }
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="container">
|
||
<div class="card">
|
||
<div class="icon">🚫</div>
|
||
<h1>Link nicht mehr gültig</h1>
|
||
<p>{{ message }}</p>
|
||
<div class="contact">
|
||
<strong>Bitte wenden Sie sich direkt an die Stiftung:</strong><br>
|
||
Tel. 02858/836780<br>
|
||
<a href="mailto:Jan.Siebels@gmail.com">Jan.Siebels@gmail.com</a>
|
||
</div>
|
||
</div>
|
||
<div class="footer">
|
||
van Hees-Theyssen-Vogel'sche Stiftung • Raesfelder Str. 3 • 46499 Hamminkeln
|
||
</div>
|
||
</div>
|
||
</body>
|
||
</html>
|