From 50892ce9fc6a44475b447b90909f83c2148f8096 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Thu, 14 Nov 2019 23:38:11 +0000 Subject: Add debug warning to template --- app/templates/base.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/templates/base.html') diff --git a/app/templates/base.html b/app/templates/base.html index 05b12bc..e39097c 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -135,6 +135,12 @@ {{ _("Policy and Guidance") }} | {{ _("Report / DMCA") }} | {{ _("User List") }} + + {% if debug %} +

+ DEBUG MODE ENABLED +

+ {% endif %} -- cgit v1.2.3