Add missing 'id' paramater in path

This commit is contained in:
2025-11-19 13:48:35 +01:00
parent 7eb895c0e1
commit c7d7c3ac6f
2 changed files with 7 additions and 1 deletions

View File

@@ -50,7 +50,7 @@
<ul class="record_actions">
<li>
<a href="{{ path('chill_event__event_show', { 'event_id' : event.id } ) }}" class="btn btn-cancel">
<a href="{{ path('chill_event__event_show', { 'id' : event.id } ) }}" class="btn btn-cancel">
{{ 'Back to the event'|trans }}
</a>
</li>