summaryrefslogtreecommitdiffstats
path: root/inventar/templates/404.html
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2012-07-27 00:25:24 +0200
committerSebastian Reichel <sre@ring0.de>2012-07-27 00:25:24 +0200
commit05b408ad3047e40a63c16c367500e925986490a1 (patch)
treee39bb7a292c6d11c5f5104a3dab3645382a23297 /inventar/templates/404.html
parentc8c21d921094a33585cc66d95eaac38d0a5dd388 (diff)
downloadktt-inventory-system-05b408ad3047e40a63c16c367500e925986490a1.tar.bz2
add templates
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 %}