diff --git a/district/templates/district/district_person_page.html b/district/templates/district/district_person_page.html
index a40369ce45d49eaf433ba4e402e2fb8c34404aca..3e317e3fa4ffcedce734d91993aa26bcc364f1b0 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 %}