From 77a0bf58eef72a5e48fdc73295417edf901d04d3 Mon Sep 17 00:00:00 2001 From: Lova ANDRIARIMALALA <43842786+Xpirix@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:35:06 +0300 Subject: [PATCH] Hide login button when logged out --- qgis-app/templates/base.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/qgis-app/templates/base.html b/qgis-app/templates/base.html index 69195e7e..f77d16de 100644 --- a/qgis-app/templates/base.html +++ b/qgis-app/templates/base.html @@ -50,10 +50,6 @@ {% if user.is_authenticated %} - {% else %} -
{% endif %}