Show days until holiday on holidays page
This commit is contained in:
parent
e16e04ab51
commit
cd60ebdea2
2 changed files with 3 additions and 2 deletions
|
|
@ -293,7 +293,7 @@ def holiday_list() -> str:
|
|||
items.sort(key=lambda item: (item.date, item.country))
|
||||
|
||||
return flask.render_template(
|
||||
"holiday_list.html", items=items, get_country=agenda.get_country
|
||||
"holiday_list.html", items=items, get_country=agenda.get_country, today=today
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue