This commit is contained in:
erichhasl
2017-11-19 02:07:43 +01:00
3 changed files with 24 additions and 3 deletions
@@ -0,0 +1,9 @@
{% extends "public/default.html" %}
{% block content %}
<h1 color="#9F2D17">Du wurdest aufgrund Missbrauches gebannt</h1>
<p>
Bitte kontaktiere die Schulleitung oder die SMV, um den Bann aufzuheben.
</p>
{% endblock %}
@@ -1,6 +1,18 @@
{% extends "public/default.html" %}
{% block content %}
<p>Impressum</p>
<h1 color="#9F2D17">Impressum</h1>
<p>
C.M. & N.H.
SMV des Goethe-Gymnasium Ludwigsburg<br>
Seestraße 37<br>
71638 Ludwigsburg<br>
poststelle@goethegym-lb.schule.bwl.de<br>
Tel.: 07141-910-2338<br>
Fax: 07141-910-2268<br>
</p>
{% endblock %}