parent
5ee0dc9c8d
commit
c3be926ff7
2 changed files with 5 additions and 10 deletions
|
|
@ -102,7 +102,8 @@ async def index() -> str:
|
|||
"event_list.html",
|
||||
today=today,
|
||||
events=events,
|
||||
current_trip=get_current_trip(now.date()),
|
||||
get_country=agenda.get_country,
|
||||
current_trip=get_current_trip(today),
|
||||
fullcalendar_events=calendar.build_events(events),
|
||||
start_event_list=date.today() - timedelta(days=1),
|
||||
end_event_list=date.today() + timedelta(days=365 * 2),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue