Profile link to list of accounts followed

main
Bob Mottram 2020-06-17 17:58:45 +01:00
parent 725719ae7d
commit a5a9f3da7c
1 changed files with 2 additions and 0 deletions

View File

@ -1233,6 +1233,8 @@ def htmlEditProfile(translate: {}, baseDir: str, path: str,
editProfileForm += \
' <textarea id="message" name="bio" style="height:200px">' + \
bioStr + '</textarea>'
editProfileForm += '<a href="/users/' + nickname + \
'/followingaccounts">' + translate['Following'] + '</a><br>'
editProfileForm += '<label class="labels">' + \
translate['Donations link'] + '</label><br>'
editProfileForm += \