summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/500.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-09-05 16:39:02 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-09-05 16:39:02 +0200
commit16131b8d835fc30bb25984f11fad08bc44b4c4b3 (patch)
tree3a3dea110e628c3291fe63c51afa3566d2782a62 /ishtar_common/templates/500.html
parent93b02263737e5734565b9049ebe5bb2280c64a0a (diff)
downloadIshtar-16131b8d835fc30bb25984f11fad08bc44b4c4b3.tar.bz2
Ishtar-16131b8d835fc30bb25984f11fad08bc44b4c4b3.zip
500 page
Diffstat (limited to 'ishtar_common/templates/500.html')
-rw-r--r--ishtar_common/templates/500.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/ishtar_common/templates/500.html b/ishtar_common/templates/500.html
new file mode 100644
index 000000000..dbe2278a7
--- /dev/null
+++ b/ishtar_common/templates/500.html
@@ -0,0 +1,17 @@
+{% load i18n %}<!doctype html>
+<html lang="en">
+<head>
+ <link rel="shortcut icon" href="{{STATIC_URL}}/media/images/favicon.png">
+ <title>{% block title %}Ishtar{% if APP_NAME %} - {{APP_NAME}}{%endif%}{% endblock %}
+ </title>
+ <link rel="stylesheet" href="{{STATIC_URL}}/media/style.css?ver={{VERSION}}" />
+</head>
+<body>
+<div>
+ <h3>{% trans "An error has occured. The support team has been warned." %}</h3>
+ <p><a href='/'>{% trans "Back to main page" %}</a></p>
+</div>
+</body>
+
+</html>
+