diff --git a/webapp_person_options.py b/webapp_person_options.py index 77a757002..fe57376b7 100644 --- a/webapp_person_options.py +++ b/webapp_person_options.py @@ -493,6 +493,11 @@ def html_person_options(default_timeline: str, '

PeerTube' + \ ': ' + \ peertube + '

\n' + if loops: + options_str += \ + '

Loops' + \ + ': ' + \ + loops + '

\n' if tox_address: options_str += \ '

Tox: ' + remove_html(tox_address) + '

\n'