From 1e0b5dc5ef9736b6d9f7501b78f4cddd9f50d09d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 27 Nov 2020 18:50:54 +0000 Subject: [PATCH] Add front screen posts to profile --- webapp_profile.py | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/webapp_profile.py b/webapp_profile.py index bfb9a7e18..0dcbabc54 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -627,14 +627,15 @@ def htmlProfile(rssIconAtTop: bool, licenseStr = '' bannerFile, bannerFilename = \ getBannerFile(baseDir, nickname, domain) - htmlFrontScreenPosts(recentPostsCache, maxRecentPosts, - translate, - baseDir, httpPrefix, - nickname, domain, port, - session, wfRequest, personCache, - projectVersion, - YTReplacementDomain, - showPublishedDateOnly) + licenseStr + profileStr += \ + htmlFrontScreenPosts(recentPostsCache, maxRecentPosts, + translate, + baseDir, httpPrefix, + nickname, domain, port, + session, wfRequest, personCache, + projectVersion, + YTReplacementDomain, + showPublishedDateOnly) + licenseStr else: licenseStr = \ '' + \