Skip to content
Snippets Groups Projects
Commit 6d5e928a authored by jan.bednarik's avatar jan.bednarik
Browse files

district: Fix pirate center calendar when root page calendar does not exist

parent 6bddcef8
No related branches found
No related tags found
2 merge requests!510Release,!509district: Fix pirate center calendar when root page calendar does not exist
Pipeline #8183 passed
This commit is part of merge request !510. Comments created here will be created in the context of that merge request.
......@@ -4,7 +4,7 @@
</h2>
<div class="mb-4">
{% for event in events|default:page.root_page.calendar.current_events %}
{% for event in events %}
<div class="grid grid-cols-12 items-center calendar-table-row calendar-table-row--standalone">
<div class="col-span-2 text-orange-300 head-alt-md calendar-table-row__col">
<span>{{ event.start|date:"j." }}</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment