forked from indymedia/epicyon
Don't include calendar options on questions
parent
44e0e02d02
commit
7823206528
|
@ -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>'
|
||||
|
|
Loading…
Reference in New Issue