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 += \