mirror of https://gitlab.com/bashrc2/epicyon
No alt for calendar icon on new post screen
parent
89794ce03c
commit
6b27eb85f7
|
@ -1001,7 +1001,7 @@ def htmlNewPost(translate: {},baseDir: str, \
|
|||
dateAndLocation=''
|
||||
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+='<p><img loading="lazy" alt="" title="" class="emojicalendar" src="/'+iconsDir+'/calendar.png"/>'
|
||||
dateAndLocation+='<label class="labels">'+translate['Date']+': </label>'
|
||||
dateAndLocation+='<input type="date" name="eventDate">'
|
||||
dateAndLocation+='<label class="labelsright">'+translate['Time']+':'
|
||||
|
|
Loading…
Reference in New Issue