From e9bc620de8347caaa31b20e0704a8a258b60a1a2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 26 Jul 2023 14:22:22 +0000 Subject: [PATCH] users: Fix URL to home directories Signed-off-by: Michael Tremer --- src/templates/users/show.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/users/show.html b/src/templates/users/show.html index 5adb0665..33d9ea02 100644 --- a/src/templates/users/show.html +++ b/src/templates/users/show.html @@ -73,7 +73,7 @@ {% if account.has_shell() %} - + -- 2.47.3