Use userspath

main
Bob Mottram 2020-07-14 18:50:32 +01:00
parent 0dd0ffc3d8
commit eceb815cab
1 changed files with 2 additions and 2 deletions

View File

@ -2821,7 +2821,7 @@ def htmlProfile(defaultTimeline: str,
domain, port, session,
wfRequest, personCache, extraJson,
projectVersion, ["unfollow"], selected,
actor, pageNumber, maxItemsPerPage)
usersPath, pageNumber, maxItemsPerPage)
if selected == 'followers':
profileStr += \
htmlProfileFollowing(translate, baseDir, httpPrefix,
@ -2829,7 +2829,7 @@ def htmlProfile(defaultTimeline: str,
domain, port, session,
wfRequest, personCache, extraJson,
projectVersion, ["block"],
selected, actor, pageNumber,
selected, usersPath, pageNumber,
maxItemsPerPage)
if selected == 'roles':
profileStr += \