qrcode icon

main
Bob Mottram 2020-06-21 15:12:02 +00:00
parent 6cae1af782
commit 7351b5d0c7
1 changed files with 3 additions and 1 deletions

View File

@ -2561,7 +2561,9 @@ def htmlProfile(defaultTimeline: str,
avatarDescription + '" class="title">'
profileHeaderStr += ' <h1>' + displayName + '</h1>'
profileHeaderStr += \
' <p><b>@' + nickname + '@' + domainFull + '</b></p>'
' <p><b>@' + nickname + '@' + domainFull + \
'</b> <a href="/users/' + nickname + \
'/qrcode.png" alt="QR Code" title="QR Code">🔲</a></p>'
profileHeaderStr += ' <p>' + profileDescriptionShort + '</p>'
profileHeaderStr += loginButton
profileHeaderStr += ' </div>'