summaryrefslogtreecommitdiffstats
path: root/inventar/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'inventar/templates/404.html')
-rw-r--r--inventar/templates/404.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/inventar/templates/404.html b/inventar/templates/404.html
new file mode 100644
index 0000000..52ec653
--- /dev/null
+++ b/inventar/templates/404.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+{% load i18n %}
+
+{% block content %}
+ <h1>page not found.</h1>
+{% endblock %}