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'
|
||||
replies_section += languages_dropdown
|
||||
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://...')
|
||||
replies_section += '</div>\n'
|
||||
|
||||
|
|
Loading…
Reference in New Issue