summaryrefslogtreecommitdiff
path: root/chimere/templates/404.html
diff options
context:
space:
mode:
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>