diff --git a/webapp_create_post.py b/webapp_create_post.py index 0e6debae6..b57866348 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -684,6 +684,8 @@ def html_new_post(css_cache: {}, media_instance: bool, translate: {}, maps_url = get_config_param(base_dir, 'mapsUrl') if not maps_url: maps_url = 'https://www.openstreetmap.org' + if '://' not in maps_url: + maps_url = 'https://' + maps_url location_label_with_link = \ '' + \