diff --git a/webapp_create_post.py b/webapp_create_post.py index 8d5d6a251..c781e26bd 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -772,6 +772,13 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {}, newPostForm += extraFields + citationsStr + dateAndLocation if not mediaInstance or replyStr: newPostForm += newPostImageSection + + newPostForm += '
\n' + newPostForm += \ + ' \n' + newPostForm += '
\n' + newPostForm += ' \n' newPostForm += '\n'