Files
SysAdmin Agent aed540fe4b
Some checks failed
CI/CD Pipeline / test (push) Has been cancelled
CI/CD Pipeline / deploy (push) Has been cancelled
Code Quality / quality (push) Has been cancelled
Add Vorlagen editor, upload portal, onboarding, and participant import command
- 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>
2026-03-21 09:25:18 +00:00

36 lines
1.4 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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">&#128683;</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 &bull; Raesfelder Str. 3 &bull; 46499 Hamminkeln
</div>
</div>
</body>
</html>