forked from indymedia/epicyon
name
parent
f695039e5a
commit
577094eb98
|
@ -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'):
|
||||
|
|
Loading…
Reference in New Issue