Bug fix
This commit is contained in:
parent
bc8391a5d5
commit
8901bc9bbb
|
@ -158,7 +158,6 @@ async def recent() -> str:
|
|||
"event_list.html",
|
||||
today=now.date(),
|
||||
events=events,
|
||||
fullcalendar_events=calendar.build_events(events),
|
||||
start_event_list=date.today() - timedelta(days=14),
|
||||
end_event_list=date.today(),
|
||||
render_time=(time.time() - t0),
|
||||
|
|
Loading…
Reference in a new issue