Don't include calendar options on questions

main
Bob Mottram 2019-11-26 12:13:57 +00:00
parent 44e0e02d02
commit 7823206528
1 changed files with 2 additions and 2 deletions

View File

@ -998,7 +998,7 @@ def htmlNewPost(translate: {},baseDir: str, \
extraFields+='<input type="text" placeholder="'+translate['City or location of the shared item']+'" name="location">'
dateAndLocation=''
if endpoint!='newshare' and endpoint!='newreport':
if endpoint!='newshare' and endpoint!='newreport' and endpoint!='newquestion':
dateAndLocation='<div class="container">'
dateAndLocation+='<p><img loading="lazy" class="emojicalendar" src="/'+iconsDir+'/calendar.png"/>'
dateAndLocation+='<label class="labels">'+translate['Date']+': </label>'