Alignment

main
Bob Mottram 2020-08-22 16:07:44 +01:00
parent 7a11e6ae2d
commit 7c0dca588d
1 changed files with 2 additions and 2 deletions

View File

@ -2082,10 +2082,10 @@ def htmlNewPost(mediaInstance: bool, translate: {},
dateAndLocation += '<label class="labelsright">' + \
translate['Time'] + ':'
dateAndLocation += \
'<input type="time" name="eventTime"></label></p>\n'
'<input type="time" name="eventTime"></label><br>\n'
# select end time for the event
dateAndLocation += \
'<p><img loading="lazy" alt="" title="" ' + \
'<img loading="lazy" alt="" title="" ' + \
'class="emojicalendar" src="/' + \
iconsDir + '/calendar.png"/>\n'
dateAndLocation += '<label class="labels">' + \