mirror of https://gitlab.com/bashrc2/epicyon
Newline
parent
7c0dca588d
commit
c7002f7072
|
@ -2082,10 +2082,10 @@ def htmlNewPost(mediaInstance: bool, translate: {},
|
||||||
dateAndLocation += '<label class="labelsright">' + \
|
dateAndLocation += '<label class="labelsright">' + \
|
||||||
translate['Time'] + ':'
|
translate['Time'] + ':'
|
||||||
dateAndLocation += \
|
dateAndLocation += \
|
||||||
'<input type="time" name="eventTime"></label><br>\n'
|
'<input type="time" name="eventTime"></label></p>\n'
|
||||||
# select end time for the event
|
# select end time for the event
|
||||||
dateAndLocation += \
|
dateAndLocation += \
|
||||||
'<img loading="lazy" alt="" title="" ' + \
|
'<br><p><img loading="lazy" alt="" title="" ' + \
|
||||||
'class="emojicalendar" src="/' + \
|
'class="emojicalendar" src="/' + \
|
||||||
iconsDir + '/calendar.png"/>\n'
|
iconsDir + '/calendar.png"/>\n'
|
||||||
dateAndLocation += '<label class="labels">' + \
|
dateAndLocation += '<label class="labels">' + \
|
||||||
|
|
Loading…
Reference in New Issue