summaryrefslogtreecommitdiff
path: root/sublab_project/templates/404.html
diff options
context:
space:
mode:
authorMarkus Zapke-Grùˆndemann <info@keimlink.de>2011-12-30 00:44:46 +0100
committerMarkus Zapke-Grùˆndemann <info@keimlink.de>2011-12-30 00:44:46 +0100
commitf74e27519337446b928431f28aaa677454861a08 (patch)
treedc9994f1facd272e148f11b73eaa27d6c9bb6f0e /sublab_project/templates/404.html
parent0edd939a90b15d4d7c722df23231f18f21e1e127 (diff)
parent4010503557051aabaa5b9f82c4cb29cf849e0a54 (diff)
Merge branch 'master' of sublab.org:subweb
Conflicts: requirements.txt
Diffstat (limited to 'sublab_project/templates/404.html')
-rw-r--r--sublab_project/templates/404.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/sublab_project/templates/404.html b/sublab_project/templates/404.html
index e69de29..0aab876 100644
--- a/sublab_project/templates/404.html
+++ b/sublab_project/templates/404.html
@@ -0,0 +1,13 @@
+{% extends 'base.html' %}
+
+{% block title %}sublab - page not found{% endblock %}
+
+{# {% block motd %}{% endblock %} #}
+{% block content %}
+ Leider konnten wir die Datei zu Deiner Anfrage nicht finden. Eventuell
+ ist der Link den Du benutzt hast fehlerhaft oder veraltet. Falls Du der
+ Meinung bist, dass dieser Link funktionieren sollte, kontaktiere bitte
+ kontakt [at] sublab.org.
+
+ Hier geht es zur <a href="/">Startseite</a>.
+{% endblock %}