mirror of https://gitlab.com/bashrc2/epicyon
Add subtitle
parent
9d3a434559
commit
669eeaa6bd
|
@ -1632,7 +1632,7 @@ def edit_text_area(label: str, subtitle: str, name: str, value: str,
|
|||
if label:
|
||||
text = '<label class="labels">' + label + '</label><br>\n'
|
||||
if subtitle:
|
||||
text = '<label class="labels">' + subtitle + '</label><br>\n'
|
||||
text += '<label class="labels">' + subtitle + '</label><br>\n'
|
||||
text += \
|
||||
' <textarea id="message" placeholder=' + \
|
||||
'"' + placeholder + '" '
|
||||
|
|
Loading…
Reference in New Issue