forked from indymedia/epicyon
Use userspath
parent
0dd0ffc3d8
commit
eceb815cab
|
@ -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 += \
|
||||
|
|
Loading…
Reference in New Issue