summaryrefslogtreecommitdiff
path: root/chimere/templates/500.html
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/templates/500.html')
-rw-r--r--chimere/templates/500.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/chimere/templates/500.html b/chimere/templates/500.html
index 18f6c13..4f9afa1 100644
--- a/chimere/templates/500.html
+++ b/chimere/templates/500.html
@@ -1,2 +1,15 @@
{% load i18n %}
+<!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 "Internal server error"%}</h2>
+<p><a href='http://rennes.carte-ouverte.org/'>Revenir à la page d'accueil de la carte OuVerte rennaise.</a></p>
+</div>
+</body>
+</html>