+ add error pages

This commit is contained in:
oleting
2021-01-14 16:18:01 +01:00
parent b045869591
commit f008d160d1
12 changed files with 78 additions and 12 deletions

View File

@@ -0,0 +1,8 @@
{% extends 'layout.html' %}
{% block content %}
<div class="content-section">
<h1>Die Seite wird gerade überarbeitet</h1>
<h5>Gedult!</h5>
<p>Hier gibt es nichts zusehen!</p>
</div>
{% endblock content %}