enable and fix errors for event bundle + adding knp-time-bundle

This commit is contained in:
Tchama 2020-08-04 11:33:56 +02:00
parent 0a390eae98
commit 9a9441fa85

View File

@ -1,4 +1,4 @@
{% macro render(p, withLink=true, withClosingInfo=false) %}{%spaceless %}
{% macro render(p, withLink=true, withClosingInfo=false) %}{% apply spaceless %}
<span class="entity entity-person person-person">
{% if withLink %}
<a href="{{ path('chill_person_view', { 'person_id' : p.id } ) }}">
@ -15,5 +15,5 @@
{% endif %}
{% endif %}
{% if withLink %}</a>{% endif %}
</span>{% endspaceless %}
</span>{% endapply %}
{% endmacro %}