From 4a0dfdf6e3f02410a18ed3b2bc0f9e489ac26d56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <tomas@imaniti.org> Date: Wed, 3 Apr 2024 14:26:34 +0200 Subject: [PATCH] fix calendar data showing --- district/templates/district/district_person_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/district/templates/district/district_person_page.html b/district/templates/district/district_person_page.html index a40369ce..3e317e3f 100644 --- a/district/templates/district/district_person_page.html +++ b/district/templates/district/district_person_page.html @@ -28,7 +28,7 @@ <section> <h2 class="head-alt-md mb-3"><i class="ico--calendar mr-4"></i>Kalendář</h2> <div class="__js-root"> - <ui-month-calendar events='{{ page.get_fullcalendar_data|safe }}'></ui-month-calendar> + <ui-month-calendar events="{{ page.get_fullcalendar_data }}"></ui-month-calendar> </div> </section> {% endif %} -- GitLab