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.

14 line
297B

  1. {% extends "public/default.html" %}
  2. {% block content %}
  3. <style>
  4. .heading {
  5. color: #9F2D17;
  6. }
  7. </style>
  8. <h1 class="heading">Du wurdest aufgrund Missbrauches gebannt</h1>
  9. <p>
  10. Bitte kontaktiere die Schulleitung oder die SMV, um den Bann aufzuheben.
  11. </p>
  12. {% endblock %}