forked from indymedia/epicyon
Relative base bath
parent
b697195e07
commit
81718e0ed4
|
@ -2699,8 +2699,7 @@ def htmlProfile(defaultTimeline: str,
|
||||||
httpPrefix + '://' + \
|
httpPrefix + '://' + \
|
||||||
followerHandle.split('@')[1] + \
|
followerHandle.split('@')[1] + \
|
||||||
'/users/' + followerHandle.split('@')[0]
|
'/users/' + followerHandle.split('@')[0]
|
||||||
basePath = httpPrefix + '://' + domainFull + \
|
basePath = '/users/' + nickname
|
||||||
'/users/' + nickname
|
|
||||||
followApprovalsSection += '<div class="container">'
|
followApprovalsSection += '<div class="container">'
|
||||||
followApprovalsSection += \
|
followApprovalsSection += \
|
||||||
'<a href="' + followerActor + '">'
|
'<a href="' + followerActor + '">'
|
||||||
|
|
Loading…
Reference in New Issue