forked from indymedia/epicyon
Rename Edit to Profile - more descriptive
parent
888f2adf47
commit
e10e133eeb
|
@ -393,7 +393,7 @@ def htmlProfile(baseDir: str,httpPrefix: str,authorized: bool, \
|
||||||
if not authorized:
|
if not authorized:
|
||||||
loginButton='<br><a href="/login"><button class="loginButton">Login</button></a>'
|
loginButton='<br><a href="/login"><button class="loginButton">Login</button></a>'
|
||||||
else:
|
else:
|
||||||
editProfileStr='<a href="'+actor+'/editprofile"><button class="button"><span>Edit </span></button></a>'
|
editProfileStr='<a href="'+actor+'/editprofile"><button class="button"><span>Profile </span></button></a>'
|
||||||
linkToTimelineStart='<a href="/users/'+nickname+'/inbox" title="Switch to timeline view" alt="Switch to timeline view">'
|
linkToTimelineStart='<a href="/users/'+nickname+'/inbox" title="Switch to timeline view" alt="Switch to timeline view">'
|
||||||
linkToTimelineEnd='</a>'
|
linkToTimelineEnd='</a>'
|
||||||
# are there any follow requests?
|
# are there any follow requests?
|
||||||
|
|
Loading…
Reference in New Issue