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/404.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 server/app/templates/404.html (limited to 'server/app/templates/404.html') diff --git a/server/app/templates/404.html b/server/app/templates/404.html new file mode 100644 index 00000000..a7f7d45a --- /dev/null +++ b/server/app/templates/404.html @@ -0,0 +1,33 @@ +{%- extends "base.html" %} + +{% import "bootstrap/utils.html" as utils %} + +{% block content %} +
+ +
+

+

404

+
+ +
+
+

Your request could not be handled

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