Skip to content
Snippets Groups Projects
Verified Commit 4a0dfdf6 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

fix calendar data showing

parent 4dbb97a8
Branches
No related tags found
2 merge requests!961Fix crashing calendar rendering, add CC license info, new uniweb text bg color,!957Fix calendar data showing
Pipeline #17656 passed
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<section> <section>
<h2 class="head-alt-md mb-3"><i class="ico--calendar mr-4"></i>Kalendář</h2> <h2 class="head-alt-md mb-3"><i class="ico--calendar mr-4"></i>Kalendář</h2>
<div class="__js-root"> <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> </div>
</section> </section>
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment