mirror of https://gitlab.com/bashrc2/epicyon
Newlines
parent
3e455fb5fc
commit
b991a02fd6
|
@ -1008,13 +1008,14 @@ def html_new_post(edit_post_params: {},
|
||||||
replies_section += \
|
replies_section += \
|
||||||
' <label class="labels">🔎 ' + \
|
' <label class="labels">🔎 ' + \
|
||||||
translate['Searchable by'] + '</label>\n'
|
translate['Searchable by'] + '</label>\n'
|
||||||
replies_section += searchable_by_dropdown + '</select>\n'
|
replies_section += \
|
||||||
|
searchable_by_dropdown + '</select>\n<br>\n'
|
||||||
|
|
||||||
# buy link
|
# buy link
|
||||||
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://...')
|
||||||
chat_link_str = '💬 ' + translate['Chat link']
|
chat_link_str = '<br>💬 ' + translate['Chat link']
|
||||||
replies_section += edit_text_field(chat_link_str, 'chatUrl',
|
replies_section += edit_text_field(chat_link_str, 'chatUrl',
|
||||||
'', 'https://...')
|
'', 'https://...')
|
||||||
replies_section += '</div>\n'
|
replies_section += '</div>\n'
|
||||||
|
|
Loading…
Reference in New Issue