+ add error pages
This commit is contained in:
7
web_app/templates/errors/403.html
Normal file
7
web_app/templates/errors/403.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends 'layout.html' %}
|
||||
{% block content %}
|
||||
<div class="content-section">
|
||||
<h1>Fehler 403</h1>
|
||||
<h5>Oops. Das dürfen Sie nicht!</h5>
|
||||
</div>
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user