Schule als Staat Projekt
Web, Dokumente, etc.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {% extends "public/default.html" %}
- {% block content %}
- <style>
- .heading {
- color: #9F2D17;
- }
- </style>
- <h1 class="heading">Du wurdest aufgrund Missbrauches gebannt</h1>
- <p>
- Bitte kontaktiere die Schulleitung oder die SMV, um den Bann aufzuheben.
- </p>
-
- {% endblock %}
|