Files
SaS/web_dev/sas_web/startpage/templates/startpage/bann.html
T
2017-11-19 02:28:30 +01:00

14 lines
297 B
HTML

{% 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 %}