Restore label

main
Bob Mottram 2022-06-08 10:30:18 +01:00
parent c337857376
commit 07ed1a8484
1 changed files with 3 additions and 0 deletions

View File

@ -381,6 +381,9 @@ def html_new_post(css_cache: {}, media_instance: bool, translate: {},
formats_string = get_media_formats()
new_post_image_section += \
' accept="' + formats_string + '">\n'
new_post_image_section += \
' <label class="labels">' + \
translate['Describe your attachment'] + '</label>\n'
new_post_image_section += \
' <textarea id="imageDescription" name="imageDescription" ' + \
'style="height:' + str(image_description_height) + \