use a PickPersonDynamic type in event bundle

This commit is contained in:
2023-11-27 13:24:19 +01:00
parent f11f7498d7
commit 930a76cc66
5 changed files with 54 additions and 94 deletions

View File

@@ -4,6 +4,16 @@
{% import '@ChillPerson/Person/macro.html.twig' as person_macro %}
{% block js %}
{{ parent() }}
{{ encore_entry_script_tags('mod_pickentity_type') }}
{% endblock %}
{% block css %}
{{ parent() }}
{{ encore_entry_link_tags('mod_pickentity_type') }}
{% endblock %}
{% block event_content -%}
<div class="col-10">
<h1>{{ 'Details of an event'|trans }}</h1>