Reverse logic

main
Bob Mottram 2019-11-28 12:38:37 +00:00
parent 676e5d1a1f
commit 7ce5b59418
1 changed files with 1 additions and 1 deletions

View File

@ -937,7 +937,7 @@ def htmlNewPost(translate: {},baseDir: str, \
else:
newPostText='<p class="new-post-text">'+translate['Enter the details for your shared item below.']+'</p>'
if not path.endswith('/newquestion'):
if path.endswith('/newquestion'):
newPostText='<p class="new-post-text">'+translate['Enter the choices for your question below.']+'</p>'
if os.path.isfile(baseDir+'/accounts/newpost.txt'):