mirror of https://gitlab.com/bashrc2/epicyon
No colon
parent
6928de6465
commit
b9c749b4b9
|
@ -776,7 +776,7 @@ def html_new_post(edit_post_params: {},
|
||||||
translate['Language used'] + '</label>\n'
|
translate['Language used'] + '</label>\n'
|
||||||
replies_section += languages_dropdown
|
replies_section += languages_dropdown
|
||||||
buy_link_str = '🛒 ' + translate['Buy link']
|
buy_link_str = '🛒 ' + translate['Buy link']
|
||||||
replies_section += edit_text_field(buy_link_str + ':', 'buySite',
|
replies_section += edit_text_field(buy_link_str, 'buySite',
|
||||||
default_buy_site, 'https://...')
|
default_buy_site, 'https://...')
|
||||||
replies_section += '</div>\n'
|
replies_section += '</div>\n'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue