From 66e850d41efeee07b914906bd9337ce61967b18a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulius=20=C5=A0ukys?= Date: Fri, 27 Jul 2018 18:28:51 +0200 Subject: [PATCH] Fix: Hide login button when logged in --- smash/templates/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/smash/templates/base.html b/smash/templates/base.html index 5293e88..f63603f 100644 --- a/smash/templates/base.html +++ b/smash/templates/base.html @@ -30,9 +30,10 @@
  • Latest
  • Tags
  • Add new
  • -
  • Log in
  • {% if session.authorized %}
  • Queue
  • + {% else %} +
  • Log in
  • {% endif %}