From 3506f0becc3d01e0af6594d13813bc0312f65885 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 15 Nov 2022 18:18:13 +0100 Subject: [PATCH] Add password change Closes #21 --- src/common/templates/common/navbar.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/common/templates/common/navbar.html b/src/common/templates/common/navbar.html index e699e2b..02597f2 100644 --- a/src/common/templates/common/navbar.html +++ b/src/common/templates/common/navbar.html @@ -19,9 +19,16 @@ Admin {% endif %} + {% if user.is_authenticated %} - {% endif %}