From eedc985a2e8b23cae89e7417a64691d2ee5a8708 Mon Sep 17 00:00:00 2001 From: Rogier Neeleman Date: Wed, 22 Jul 2020 16:17:48 +0200 Subject: [PATCH] Put username and gamename in the navbar. Remove it on a mobile device. --- app/templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/templates/base.html b/app/templates/base.html index 903727d..5b5c6c8 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -27,6 +27,7 @@ {% if current_user.is_anonymous %}
  • Login
  • {% else %} +
  • Logout
  • {% endif %}