Fix passing of id parameter to route

This commit is contained in:
2025-06-11 17:22:31 +02:00
parent 4bebeaeaaa
commit 52b8eea069
2 changed files with 2 additions and 11 deletions

View File

@@ -111,7 +111,7 @@ block js %}
href="{{
chill_path_add_return_path(
'chill_event__event_show',
{ event_id: e.id }
{ id: e.id }
)
}}"
class="btn btn-show"