From 97fd9db0ae3a87a1abbf040f9a944c5c0b9abc97 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Wed, 24 Sep 2025 14:46:31 +0200 Subject: [PATCH] Fix wrong settings link on own profile page. --- app/templates/users/user.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/users/user.html.j2 b/app/templates/users/user.html.j2 index 89a42188..f8ab2ede 100644 --- a/app/templates/users/user.html.j2 +++ b/app/templates/users/user.html.j2 @@ -90,7 +90,7 @@ {% if current_user == user %}

- Edit profile + Edit profile

{% endif %}