summaryrefslogtreecommitdiff
path: root/chimere/templates/404.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2010-12-13 12:49:27 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2010-12-13 12:49:27 +0100
commitc5e865bc70b824db3c547c3da2f559d6c78cfbec (patch)
treea126f7e7983bba0dd1e7ec1810f062c806aa2c1f /chimere/templates/404.html
parentd9403e673086e8bc5a68d65deec3751ed2f261e7 (diff)
downloadChimère-c5e865bc70b824db3c547c3da2f559d6c78cfbec.tar.bz2
Chimère-c5e865bc70b824db3c547c3da2f559d6c78cfbec.zip
Correct 404 and 500 pages
Diffstat (limited to 'chimere/templates/404.html')
-rw-r--r--chimere/templates/404.html16
1 files changed, 13 insertions, 3 deletions
diff --git a/chimere/templates/404.html b/chimere/templates/404.html
index d7d0de0..20366a3 100644
--- a/chimere/templates/404.html
+++ b/chimere/templates/404.html
@@ -1,5 +1,15 @@
{% load i18n %}
-{% extends "base.html" %}
-{% block content %}
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <title>{% block title %}Chimère{% endblock %}</title>
+ <link rel="stylesheet" href="/static/v1.1.0/styles.css" />
+</head>
+<body>
+<div id='content'>
<h2>{% trans "Page not found" %}</h2>
-{% endblock %}
+<p><a href='http://rennes.carte-ouverte.org/'>Revenir à la carte OuVerte rennaise.</a></p>
+</div>
+</body>
+</html>