From c276e97deabef70daff74bbccac60ff468b5f772 Mon Sep 17 00:00:00 2001
From: Joris
Date: Sun, 21 Aug 2022 12:19:08 +0200
Subject: Show app title above form during connection
---
templates/base.html | 19 ++++++++++---------
templates/login.html | 8 ++++++--
2 files changed, 16 insertions(+), 11 deletions(-)
(limited to 'templates')
diff --git a/templates/base.html b/templates/base.html
index 4787ae7..c7dc9f0 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -7,15 +7,16 @@
-
+{% if connected_user %}
+
+{% endif %}
{% if connected_user %}