CP_EHRENAMT/app/templates/400_csrf.html
2026-06-25 18:58:44 +02:00

10 lines
364 B
HTML

{% extends shell_base %}
{% block title %}Sitzung abgelaufen · CheckPoint Ehrenamt{% endblock %}
{% block content %}
<h1>Sitzung abgelaufen</h1>
<p class="cp-muted">Das Formular war zu lange offen. Lade die Seite neu und
sende es noch einmal ab.</p>
<a class="cp-btn cp-btn--ghost" href="{{ url_for('main.index') }}">Zur Startseite</a>
{% endblock %}