main
Bob Mottram 2021-02-05 17:44:50 +00:00
parent b39a690b90
commit 3bfa33f1f9
1 changed files with 2 additions and 2 deletions

View File

@ -710,9 +710,9 @@ def htmlProfile(rssIconAtTop: bool,
# keyboard navigation
userPathStr = '/users/' + nickname
userTimelineStr = '/users/' + nickname + '/' + defaultTimeline,
deft = defaultTimeline
navLinks = {
translate['Switch to timeline view']: userTimelineStr,
translate['Switch to timeline view']: userPathStr + '/' + deft,
translate['Edit']: userPathStr + '/editprofile',
translate['Following']: userPathStr + '/following#buttonheader',
translate['Followers']: userPathStr + '/followers#buttonheader',