Add birthday list page

This commit is contained in:
Edward Betts 2024-06-03 19:30:14 +01:00
parent 733608bc2f
commit 4c651198f3
3 changed files with 33 additions and 1 deletions

View file

@ -11,7 +11,9 @@
{"endpoint": "weekends", "label": "Weekend" },
{"endpoint": "launch_list", "label": "Space launch" },
{"endpoint": "holiday_list", "label": "Holiday" },
] %}
] + ([{"endpoint": "birthday_list", "label": "Birthdays" }]
if g.user.is_authenticated else [])
%}
<nav class="navbar navbar-expand-md bg-success" data-bs-theme="dark">