main
Bob Mottram 2024-09-01 11:08:19 +01:00
parent fbbc4ec467
commit 0a19aef1f8
1 changed files with 1 additions and 1 deletions

View File

@ -2962,7 +2962,7 @@ def _html_edit_profile_options(is_admin: bool,
edit_profile_form += ' </div>\n'
# other options
edit_profile_form = ' <div class="container">\n'
edit_profile_form += ' <div class="container">\n'
edit_profile_form += \
edit_check_box(translate['Premium account'], 'premiumAccount', premium)
approve_followers_str = translate['Approve follower requests']