From b8496f95332726ed3d40289955215e5303e788ab Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 27 Jul 2021 19:48:11 +0100 Subject: [PATCH] Extra quote --- webapp_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_utils.py b/webapp_utils.py index 3d05a48f3..003ead30d 100644 --- a/webapp_utils.py +++ b/webapp_utils.py @@ -1203,7 +1203,7 @@ def editCurrencyField(label: str, name: str, value: str = "0.00", '
\n' + \ ' \n' + ' pattern="^\\d{1,3}(,\\d{3})*(\\.\\d+)?" data-type="currency">\n' def editCheckBox(label: str, name: str, checked: bool = False) -> str: