forked from indymedia/epicyon
Profile link to list of accounts followed
parent
725719ae7d
commit
a5a9f3da7c
|
@ -1233,6 +1233,8 @@ def htmlEditProfile(translate: {}, baseDir: str, path: str,
|
||||||
editProfileForm += \
|
editProfileForm += \
|
||||||
' <textarea id="message" name="bio" style="height:200px">' + \
|
' <textarea id="message" name="bio" style="height:200px">' + \
|
||||||
bioStr + '</textarea>'
|
bioStr + '</textarea>'
|
||||||
|
editProfileForm += '<a href="/users/' + nickname + \
|
||||||
|
'/followingaccounts">' + translate['Following'] + '</a><br>'
|
||||||
editProfileForm += '<label class="labels">' + \
|
editProfileForm += '<label class="labels">' + \
|
||||||
translate['Donations link'] + '</label><br>'
|
translate['Donations link'] + '</label><br>'
|
||||||
editProfileForm += \
|
editProfileForm += \
|
||||||
|
|
Loading…
Reference in New Issue