FIX [routes][redirect] fix route naming and redirection after delete action

This commit is contained in:
2023-01-27 11:23:29 +01:00
parent 882e72b609
commit 4dd81da1ef
3 changed files with 8 additions and 10 deletions

View File

@@ -14,7 +14,7 @@
<p>{{ 'absence.You are listed as absent, as of'|trans }} {{ user.absenceStart|format_date('long') }}</p>
<ul class="record_actions sticky-form-buttons">
<li>
<a href="{{ path('chill_unset_absence_user') }}"
<a href="{{ path('chill_main_user_absence_unset') }}"
class="btn btn-delete">{{ 'absence.Unset absence'|trans }}</a>
</li>
</ul>