From 9abb5887b1bd9102991372e4a6848c5301d1e300 Mon Sep 17 00:00:00 2001 From: Didier Link Date: Fri, 22 Jun 2018 00:27:18 +0200 Subject: [PATCH] use user.username for the edit link, not the display name --- templates/users/header.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/users/header.tera b/templates/users/header.tera index e97c724d..3a337c52 100644 --- a/templates/users/header.tera +++ b/templates/users/header.tera @@ -11,7 +11,7 @@ {% if is_self %} - {{ "Edit your profile" | _ }} + {{ "Edit your profile" | _ }} {% endif %} {% if is_remote %}