From e2dd10630cba167f61d12fc5dc6f408964fe290b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 5 Dec 2022 14:41:02 +0000 Subject: [PATCH] Use checkbox --- webapp_profile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp_profile.py b/webapp_profile.py index 8ffdd1728..ffd73368d 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -1570,8 +1570,8 @@ def _html_edit_profile_instance(base_dir: str, translate: {}, if get_config_param(base_dir, "registration") == 'open': registrations_open = True instance_str += \ - edit_text_field(translate['Registrations open'], - 'regOpen', registrations_open) + edit_check_box(translate['Registrations open'], + 'regOpen', registrations_open) instance_str += \ '
\n'