From 9b3241e76bf7efba6dcfe5c3600f438fd920596c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 24 Oct 2023 12:48:33 +0000 Subject: [PATCH] users: Move option to change password into the profile dropdown Signed-off-by: Michael Tremer --- src/templates/base.html | 7 ++++++- src/templates/users/show.html | 4 ---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/templates/base.html b/src/templates/base.html index 34d189bf..3b49875f 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -139,11 +139,16 @@ - {% end %} diff --git a/src/templates/users/show.html b/src/templates/users/show.html index 983e33b4..e806885b 100644 --- a/src/templates/users/show.html +++ b/src/templates/users/show.html @@ -84,10 +84,6 @@ {% end %} {% if account.can_be_managed_by(current_user) %} - - {{ _("Change Password") }} - - {{ _("Edit") }} -- 2.47.3