From c20e49d2610bd377ae7d1a10c5c0e0032745a53b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulius=20=C5=A0ukys?= Date: Fri, 27 Jul 2018 18:30:14 +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 acf7e98..6ae1f21 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 %}