diff --git a/webinterface.py b/webinterface.py index 11a7cad61..15d1ebb24 100644 --- a/webinterface.py +++ b/webinterface.py @@ -937,7 +937,7 @@ def htmlNewPost(translate: {},baseDir: str, \ else: newPostText='
'+translate['Enter the details for your shared item below.']+'
' - if not path.endswith('/newquestion'): + if path.endswith('/newquestion'): newPostText=''+translate['Enter the choices for your question below.']+'
' if os.path.isfile(baseDir+'/accounts/newpost.txt'):