search parameter also passed on in normal list template

This commit is contained in:
Julie Lenaerts 2022-01-17 16:26:51 +01:00
parent 96b1f31665
commit cf8e25e823

View File

@ -83,7 +83,7 @@
<ul class="record_actions"> <ul class="record_actions">
{% if is_granted('CHILL_PERSON_CREATE') %} {% if is_granted('CHILL_PERSON_CREATE') %}
<li> <li>
<a href="{{ path('chill_person_new') }}" class="btn btn-create"> <a href="{{ path('chill_person_new', { "_fragment": pattern }) }}" class="btn btn-create">
{{ 'Add a person'|trans }} {{ 'Add a person'|trans }}
</a> </a>
</li> </li>