diff --git a/webapp_create_post.py b/webapp_create_post.py index 75baab61b..9967abe7d 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -368,9 +368,6 @@ def html_new_post(css_cache: {}, media_instance: bool, translate: {}, new_post_image_section = \ begin_edit_section(translate['Attach an image, video or audio file']) - new_post_image_section += \ - edit_text_field(translate['Image description'], 'imageDescription', '') - new_post_image_section += \ ' \n' + new_post_image_section += \ + edit_text_field(translate['Image description'], 'imageDescription', '') new_post_image_section += end_edit_section() scope_icon = 'scope_public.png'