From 577094eb98a3feb31f3aa6715088d44e1c9df0ff Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 22 Aug 2019 19:37:22 +0100 Subject: [PATCH] name --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index dabaef88..84a8602c 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1779,7 +1779,7 @@ def htmlProfileAfterSearch(baseDir: str,path: str,httpPrefix: str, \ if not avatarUrl: avatarUrl=getPersonAvatarUrl(baseDir,personUrl,personCache) displayName=searchNickname - if profileJson.get('displayUsername'): + if profileJson.get('name'): displayName=profileJson['name'] profileDescription='' if profileJson.get('summary'):