From 1a32bb505a10e3897efbe6088ef592a15d90c5fb Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 27 Nov 2019 21:02:51 +0000 Subject: [PATCH] Link to timeline view --- webinterface.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index ef7bd2fb..5deec8c6 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1435,7 +1435,8 @@ def htmlProfile(recentPostsCache: {},maxRecentPosts: int, \ else: editProfileStr='' logoutStr='' - linkToTimelineStart='' + linkToTimelineStart='' + linkToTimelineStart+='' linkToTimelineEnd='' # are there any follow requests? followRequestsFilename=baseDir+'/accounts/'+nickname+'@'+domain+'/followrequests.txt'