From 84d71459225cdbc336aef3f70a4ffb1bd9ee608c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 12 Jan 2020 13:05:36 +0000 Subject: [PATCH] Don't allow scheduling of replies --- webinterface.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 2d9b5b21b..2957026af 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1118,7 +1118,10 @@ def htmlNewPost(mediaInstance: bool,translate: {}, \ dateAndLocation='' if endpoint!='newshare' and endpoint!='newreport' and endpoint!='newquestion': dateAndLocation='
' - dateAndLocation+='

' + + if not inReplyTo: + dateAndLocation+='

' + dateAndLocation+='

' dateAndLocation+='' dateAndLocation+=''