diff --git a/webapp_create_post.py b/webapp_create_post.py index 048548c8..8eaa1bfb 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -653,6 +653,17 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {}, 'src="/emoji/1F601.png" title="' + \ translate['Search for emoji'] + '" alt="' + \ translate['Search for emoji'] + '"/>\n' + + # for a new blog if newswire items exist then add a citations button + if newswire and path.endswith('/newblog'): + newPostForm += \ + ' \n' + + newPostForm += \ + ' \n' + newPostForm += ' \n' newPostForm += '\n' newPostForm += ' \n' @@ -664,16 +675,6 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {}, # '/inbox">\n' - # for a new blog if newswire items exist then add a citations button - if newswire and path.endswith('/newblog'): - newPostForm += \ - ' \n' - - newPostForm += \ - ' \n' - newPostForm += ' \n' newPostForm += replyStr