Improve admin templates for event admin entities + activity reason (category)...

This commit is contained in:
2025-06-30 08:44:24 +00:00
committed by Julien Fastré
parent bdf1cf71ba
commit 298044bc82
24 changed files with 54 additions and 345 deletions

View File

@@ -9,7 +9,7 @@
{{ form_row(edit_form.type) }}
{{ form_row(edit_form.active) }}
<ul class="record_actions">
<ul class="record_actions sticky-form-buttons">
<li class="cancel">
<a href="{{ path('chill_event_admin_status') }}" class="btn btn-cancel">{{ 'Back to the list'|trans }}</a>
</li>