mirror of https://gitlab.com/bashrc2/epicyon
Restore label
parent
c337857376
commit
07ed1a8484
|
@ -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) + \
|
||||
|
|
Loading…
Reference in New Issue