mirror of https://gitlab.com/bashrc2/epicyon
Define variable
parent
1315311e1b
commit
c080b757c1
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue