From 6a253971e7145407c80931836cc69a7ce8a0fe72 Mon Sep 17 00:00:00 2001 From: LukasDoesDev Date: Mon, 11 Jan 2021 21:51:38 +0200 Subject: [PATCH] Add error when JavaScript isn't enabled --- app/frontend/templates/base.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/frontend/templates/base.html b/app/frontend/templates/base.html index 0499c104..735b5f6c 100644 --- a/app/frontend/templates/base.html +++ b/app/frontend/templates/base.html @@ -58,7 +58,11 @@
-
+
+
+
Warning: Crafty doesn't work properly when JavaScript isn't enabled!
+
+
{% block content %} {% end %} @@ -81,6 +85,9 @@