From 6a895e489a4a5eb74085b7980f293d7a24c92c92 Mon Sep 17 00:00:00 2001 From: Dominic DiTaranto Date: Tue, 29 Oct 2024 12:18:55 -0400 Subject: mobile stuff --- web/templates/base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'web/templates/base.html') diff --git a/web/templates/base.html b/web/templates/base.html index ace1eca..4814694 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -3,6 +3,7 @@ Korabo + {% load static %} {% load bootstrap5 %} {% bootstrap_css %} @@ -20,7 +21,8 @@
home | change password | - logout + logout | + {% if request.user.is_authenticated %}Hello {{ request.user.username }} {% endif %}
-- cgit v1.2.3-70-g09d2