mirror of https://gitlab.com/bashrc2/epicyon
Remove unicode icon
parent
0a368beacb
commit
398a97fcec
|
@ -775,7 +775,7 @@ def html_new_post(edit_post_params: {},
|
||||||
' <label class="labels">' + \
|
' <label class="labels">' + \
|
||||||
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, 'buyUrl',
|
replies_section += edit_text_field(buy_link_str, 'buyUrl',
|
||||||
default_buy_site, 'https://...')
|
default_buy_site, 'https://...')
|
||||||
replies_section += '</div>\n'
|
replies_section += '</div>\n'
|
||||||
|
|
Loading…
Reference in New Issue