From f4be1c658b70e04c1d40888fd844542903106bc3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 12 Aug 2024 22:25:59 +0100 Subject: [PATCH] Donation button --- webapp_person_options.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/webapp_person_options.py b/webapp_person_options.py index ea28adacc..74a3a0a65 100644 --- a/webapp_person_options.py +++ b/webapp_person_options.py @@ -245,9 +245,7 @@ def html_person_options(default_timeline: str, if donate_url: donate_str = \ ' \n' + '" tabindex="-1">' + translate['Donate'] + '\n' instance_title = \ get_config_param(base_dir, 'instanceTitle')