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

9 lines
328 B
HTML

{% extends shell_base %}
{% block title %}Kein Zugriff · CheckPoint Ehrenamt{% endblock %}
{% block content %}
<h1>Kein Zugriff</h1>
<p class="cp-muted">Diese Seite ist nur für Admins. Geh zurück zur Startseite.</p>
<a class="cp-btn cp-btn--ghost" href="{{ url_for('main.index') }}">Zur Startseite</a>
{% endblock %}