Show loops address on person options screen

main
bashrc 2026-05-08 10:45:57 +01:00
parent 82a9021f44
commit 0f81cb05ff
1 changed files with 5 additions and 0 deletions

View File

@ -493,6 +493,11 @@ def html_person_options(default_timeline: str,
' <p class="imText">PeerTube' + \
': <a href="' + remove_html(peertube) + '">' + \
peertube + '</a></p>\n'
if loops:
options_str += \
' <p class="imText">Loops' + \
': <a href="' + remove_html(loops) + '">' + \
loops + '</a></p>\n'
if tox_address:
options_str += \
' <p class="imText">Tox: ' + remove_html(tox_address) + '</p>\n'