diff --git a/webinterface.py b/webinterface.py index 3bbc068b1..d40c60179 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1084,7 +1084,10 @@ def htmlNewPost(translate: {},baseDir: str, \ newPostForm+=replyStr newPostForm+=' ' newPostForm+='' - newPostForm+=' ' + if endpoint!='newquestion': + newPostForm+=' ' + else: + newPostForm+=' ' newPostForm+=extraFields+dateAndLocation newPostForm+='
' newPostForm+=' '