Pinned content appears earlier

merge-requests/9/merge
Bob Mottram 2021-01-24 18:18:19 +00:00
parent ff47d5af19
commit 11f9572457
1 changed files with 2 additions and 2 deletions

View File

@ -376,10 +376,10 @@ def _getProfileHeader(baseDir: str, httpPrefix: str,
'/qrcode.png" /></a></p>\n'
htmlStr += ' <p>' + profileDescriptionShort + '</p>\n'
htmlStr += loginButton
htmlStr += ' </figcaption>\n'
htmlStr += ' </figure>\n\n'
if pinnedContent:
htmlStr += pinnedContent
htmlStr += ' </figcaption>\n'
htmlStr += ' </figure>\n\n'
return htmlStr