Fixes in template parameters + remove budget elements when removing event

This commit is contained in:
2025-07-03 10:08:37 +02:00
parent d916962d9b
commit 1a847d36a0
7 changed files with 14 additions and 9 deletions

View File

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