+ 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>Fehler 500</h1>
<h5>Oops. Ole oder Kons haben was falsch gemacht</h5>
<p>Versuch es in naher Zukunft nochmal.</p>
</div>
{% endblock content %}