From fa3601cce1f9af5c36e0f11e72d451d51fc950c8 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sun, 8 Apr 2018 01:09:12 +0100 Subject: Fix debug mode indicator --- templates/main/navigation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/main/navigation.html b/templates/main/navigation.html index 48693ead..19322c65 100644 --- a/templates/main/navigation.html +++ b/templates/main/navigation.html @@ -39,7 +39,7 @@
  •  Login with Discord
  • {% endif %} {% else %} -
  •  Debug mode
  • +
  •  Debug mode
  • {% endif %} {% if current_page.startswith("info") %} -- cgit v1.2.3