From 7ce5b59418653655b7f905455862fe3039801a75 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 28 Nov 2019 12:38:37 +0000 Subject: [PATCH] Reverse logic --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'):