summaryrefslogtreecommitdiff
path: root/sublab_project/templates/404.html
diff options
context:
space:
mode:
authorMarkus Zapke-Grùˆndemann <info@keimlink.de>2011-12-30 13:45:20 +0100
committerMarkus Zapke-Grùˆndemann <info@keimlink.de>2011-12-30 13:45:20 +0100
commitb185a58abffbc6ba7e7f64025031c8b823a6607c (patch)
treecf50822fddcf994e5fae26a52a72a7a439c0a1bb /sublab_project/templates/404.html
parentb4e228f3edabda26806e8c6ce3e7fb19c53697eb (diff)
Improved error templates.
Diffstat (limited to 'sublab_project/templates/404.html')
-rw-r--r--sublab_project/templates/404.html26
1 files changed, 13 insertions, 13 deletions
diff --git a/sublab_project/templates/404.html b/sublab_project/templates/404.html
index 0aab876..3543977 100644
--- a/sublab_project/templates/404.html
+++ b/sublab_project/templates/404.html
@@ -1,13 +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 %}
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <title>sublab - page not found</title>
+ <meta name="robots" content="noindex,nofollow">
+ </head>
+ <body>
+ <h1>page not found</h1>
+ <p>Hier nix <code>{{ request_path }}</code>.</p>
+ <p>Nach hause <a href="/">telefonieren</a>.</p>
+ </body>
+</html>