From 456e8ed6da52d3f6b0f4b5e780cf9a79b293348c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 15 Apr 2022 14:21:46 +0100 Subject: [PATCH] Container not needed --- webapp_create_post.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/webapp_create_post.py b/webapp_create_post.py index 1e9522254..75baab61b 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -368,7 +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 += '
\n' new_post_image_section += \ edit_text_field(translate['Image description'], 'imageDescription', '') @@ -379,7 +378,6 @@ def html_new_post(css_cache: {}, media_instance: bool, translate: {}, formats_string = formats_string.replace(', .svg', '').replace('.svg, ', '') new_post_image_section += \ ' accept="' + formats_string + '">\n' - new_post_image_section += '
\n' new_post_image_section += end_edit_section() scope_icon = 'scope_public.png' @@ -633,8 +631,6 @@ def html_new_post(css_cache: {}, media_instance: bool, translate: {}, date_and_location = \ begin_edit_section(translate['Set a place and time']) - date_and_location += \ - '
\n' if endpoint == 'newpost': date_and_location += \ '