From d1da6ed6b0a6911c3b24e012ea051c9253ce8479 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 10 Dec 2018 22:43:10 +0100 Subject: pull in dulldream celery server --- server/app/templates/500.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 server/app/templates/500.html (limited to 'server/app/templates/500.html') diff --git a/server/app/templates/500.html b/server/app/templates/500.html new file mode 100644 index 00000000..b323c12c --- /dev/null +++ b/server/app/templates/500.html @@ -0,0 +1,34 @@ +{%- extends "base.html" %} + +{% import "bootstrap/utils.html" as utils %} + +{% block content %} +
+ +
+

+

505

+
+ +
+
+

Your request could not be handled

+
+
+ +
+
+
+ Home +
+
+
+ +
+ +{% block footer %} +{{super()}} +{% endblock %} + +{% endblock %} + -- cgit v1.2.3-70-g09d2