From 6c8e533c318e9fe0bc1b76d1b8c0ff1ac21b374b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 4 Nov 2020 15:30:25 +0000 Subject: [PATCH] Citations before submit --- webinterface.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/webinterface.py b/webinterface.py index 4f31d5265..4c6700150 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2989,13 +2989,11 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {}, newPostForm += ' \n' newPostForm += '
\n' + # newPostForm += \ # ' \n' - newPostForm += \ - ' \n' # for a new blog if newswire items exist then add a citations button if newswire and path.endswith('/newblog'): @@ -3003,6 +3001,10 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {}, ' \n' + newPostForm += \ + ' \n' + newPostForm += '
\n' newPostForm += replyStr