mirror of https://gitlab.com/bashrc2/epicyon
Check that times are not the same
parent
a941308dbe
commit
92dc1cd5f9
|
@ -274,7 +274,7 @@ def _html_calendar_day(person_cache: {}, translate: {},
|
||||||
event_class = 'calendar__day__event__public__rtl'
|
event_class = 'calendar__day__event__public__rtl'
|
||||||
cal_item_class = 'calItemPublic'
|
cal_item_class = 'calItemPublic'
|
||||||
if event_time:
|
if event_time:
|
||||||
if event_end_time:
|
if event_end_time and start_time_str != end_time_str:
|
||||||
event_time = \
|
event_time = \
|
||||||
'<time datetime="' + start_time_str + '">' + \
|
'<time datetime="' + start_time_str + '">' + \
|
||||||
event_time + '</time> - ' + \
|
event_time + '</time> - ' + \
|
||||||
|
|
Loading…
Reference in New Issue