mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-27 06:08:30 +00:00
Update path to twig template with new syntax
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{% block content -%}
|
||||
<div class="calendar-show">
|
||||
|
||||
{% include 'ChillCalendarBundle:Calendar:show.html.twig' with {'context': 'user'} %}
|
||||
{% include '@ChillCalendar/Calendar/show.html.twig' with {'context': 'user'} %}
|
||||
|
||||
</div>
|
||||
{% endblock content %}
|
||||
|
||||
Reference in New Issue
Block a user