forked from indymedia/epicyon
name
parent
f695039e5a
commit
577094eb98
|
@ -1779,7 +1779,7 @@ def htmlProfileAfterSearch(baseDir: str,path: str,httpPrefix: str, \
|
||||||
if not avatarUrl:
|
if not avatarUrl:
|
||||||
avatarUrl=getPersonAvatarUrl(baseDir,personUrl,personCache)
|
avatarUrl=getPersonAvatarUrl(baseDir,personUrl,personCache)
|
||||||
displayName=searchNickname
|
displayName=searchNickname
|
||||||
if profileJson.get('displayUsername'):
|
if profileJson.get('name'):
|
||||||
displayName=profileJson['name']
|
displayName=profileJson['name']
|
||||||
profileDescription=''
|
profileDescription=''
|
||||||
if profileJson.get('summary'):
|
if profileJson.get('summary'):
|
||||||
|
|
Loading…
Reference in New Issue