diff --git a/webapp_create_post.py b/webapp_create_post.py index a1ad39d37..38d786c11 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -1008,13 +1008,14 @@ def html_new_post(edit_post_params: {}, replies_section += \ ' \n' - replies_section += searchable_by_dropdown + '\n' + replies_section += \ + searchable_by_dropdown + '\n
\n' # buy link buy_link_str = translate['Buy link'] replies_section += edit_text_field(buy_link_str, 'buyUrl', default_buy_site, 'https://...') - chat_link_str = '💬 ' + translate['Chat link'] + chat_link_str = '
💬 ' + translate['Chat link'] replies_section += edit_text_field(chat_link_str, 'chatUrl', '', 'https://...') replies_section += '\n'