From ffbfbc86ca14cc9fa740d9f572a88e285877d76f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 7 Apr 2024 12:07:49 +0100 Subject: [PATCH] Move post pinning to the replies section --- webapp_create_post.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/webapp_create_post.py b/webapp_create_post.py index 464d9a4eb..4147e78e4 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -898,6 +898,13 @@ def html_new_post(edit_post_params: {}, 'name="commentsEnabled" ' + \ 'checked>

\n' + if endpoint == 'newpost': + replies_section += \ + '

\n' else: replies_section += \ '

\n' if not in_reply_to: date_and_location += \