mirror of https://gitlab.com/bashrc2/epicyon
Paragraph
parent
90d5a46227
commit
dec4ade6b5
|
@ -729,9 +729,9 @@ def html_new_post(css_cache: {}, media_instance: bool, translate: {},
|
||||||
'<a href="' + maps_url + '" ' + \
|
'<a href="' + maps_url + '" ' + \
|
||||||
'rel="nofollow noopener noreferrer" target="_blank">' + \
|
'rel="nofollow noopener noreferrer" target="_blank">' + \
|
||||||
translate['Location'] + '</a>'
|
translate['Location'] + '</a>'
|
||||||
date_and_location += \
|
date_and_location += '<p>\n' + \
|
||||||
edit_text_field(location_label_with_link, 'location', '',
|
edit_text_field(location_label_with_link, 'location', '',
|
||||||
'https://www.openstreetmap.org/#map=')
|
'https://www.openstreetmap.org/#map=') + '</p>\n'
|
||||||
date_and_location += end_edit_section()
|
date_and_location += end_edit_section()
|
||||||
|
|
||||||
instance_title = get_config_param(base_dir, 'instanceTitle')
|
instance_title = get_config_param(base_dir, 'instanceTitle')
|
||||||
|
|
Loading…
Reference in New Issue