Added templates for http exceptions.
This commit is contained in:
6
dav_events/templates/404.html
Normal file
6
dav_events/templates/404.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "error_base.html" %}
|
||||
|
||||
{% block error-code %}404{% endblock %}
|
||||
{% block error-title %}Not Found{% endblock %}
|
||||
{% block error-heading %}Ressource nicht gefunden{% endblock %}
|
||||
{% block error-body %}<p>{{ exception }}</p>{% endblock %}
|
||||
Reference in New Issue
Block a user