9 lines
328 B
HTML
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 %}
|