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

+

403

+
+ + +
+
+

Your request could not be handled

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