From: Michael Tremer Date: Tue, 24 Oct 2023 12:48:33 +0000 (+0000) Subject: users: Move option to change password into the profile dropdown X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b3241e76bf7efba6dcfe5c3600f438fd920596c;p=ipfire.org.git users: Move option to change password into the profile dropdown Signed-off-by: Michael Tremer --- 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") }}