From cf0120000d7e9265b8d0214c00240f0b04fd9133 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 25 Jan 2025 16:29:13 +0000 Subject: [PATCH] Newlines --- webapp_create_post.py | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/webapp_create_post.py b/webapp_create_post.py index 38d786c11..8669ae0c2 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -1005,19 +1005,21 @@ def html_new_post(edit_post_params: {}, searchable_by_dropdown += \ ' \n' - replies_section += \ + replies_section += '
\n' + \ ' \n' replies_section += \ - searchable_by_dropdown + '\n
\n' + searchable_by_dropdown + '\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'] - replies_section += edit_text_field(chat_link_str, 'chatUrl', - '', 'https://...') + replies_section += \ + '
\n' + edit_text_field(buy_link_str, 'buyUrl', + default_buy_site, 'https://...') + chat_link_str = '💬 ' + translate['Chat link'] + replies_section += \ + '
\n' + edit_text_field(chat_link_str, 'chatUrl', + '', 'https://...') replies_section += '\n' date_and_location = \