From 281c7ec6ce1254b0c82ab3301d883a8ac75bbcd4 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 4 Jan 2019 02:17:53 +0100 Subject: [PATCH] Fix debugmode text --- templates/base.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/base.html b/templates/base.html index 97f84b20..cfa63c9f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -20,9 +20,7 @@
{% if config["DEBUG"] %} - - DEBUG MODE - + DEBUG MODE {% endif %}