From 7bce0ea5e2fd589888f9303b8e3f1f3fe90f9746 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 5 Jun 2022 10:54:54 +0100 Subject: [PATCH] Extra line --- webapp_create_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_create_post.py b/webapp_create_post.py index 97b1d0aa0..186435aeb 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -727,7 +727,7 @@ def html_new_post(css_cache: {}, media_instance: bool, translate: {}, '' + \ translate['Location'] + '' - date_and_location += '

\n' + \ + date_and_location += '

\n' + \ edit_text_field(location_label_with_link, 'location', '', 'https://www.openstreetmap.org/#map=') + '

\n' date_and_location += end_edit_section()