From 0a19aef1f84bcf0cb6ce4060f671a3e9d46c3d0e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 1 Sep 2024 11:08:19 +0100 Subject: [PATCH] Append --- webapp_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_profile.py b/webapp_profile.py index 64d48cecd..5ebb34e80 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -2962,7 +2962,7 @@ def _html_edit_profile_options(is_admin: bool, edit_profile_form += ' \n' # other options - edit_profile_form = '
\n' + edit_profile_form += '
\n' edit_profile_form += \ edit_check_box(translate['Premium account'], 'premiumAccount', premium) approve_followers_str = translate['Approve follower requests']