Add subtitle

main
Bob Mottram 2022-09-02 17:00:38 +01:00
parent 9d3a434559
commit 669eeaa6bd
1 changed files with 2 additions and 2 deletions

View File

@ -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 + '" '