Define variable

merge-requests/30/head
Bob Mottram 2021-11-30 10:40:07 +00:00
parent 1315311e1b
commit c080b757c1
1 changed files with 1 additions and 0 deletions

View File

@ -1325,6 +1325,7 @@ def editTextField(label: str, name: str, value: str = "",
requiredStr = ''
if required:
requiredStr = ' required'
textFieldStr = ''
if label:
textFieldStr = \
'<label class="labels">' + label + '</label><br>\n'