Update export cancel button to redirect to saved exports

Changed the cancel button link in the export generation page to point to the saved exports list. This improves user navigation by directing them to their saved exports instead of the export index page.
This commit is contained in:
Julien Fastré 2025-04-25 18:23:08 +02:00
parent c8851a8e8a
commit f3fd18e6fb
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -19,7 +19,7 @@
<ul class="sticky-form-buttons record_actions"> <ul class="sticky-form-buttons record_actions">
<li class="cancel"> <li class="cancel">
<a href="{{ chill_return_path_or('chill_main_export_index') }}" class="btn btn-cancel"> <a href="{{ chill_return_path_or('chill_main_export_saved_list_my') }}" class="btn btn-cancel">
{{ 'export.generation.Come back later'|trans|chill_return_path_label }} {{ 'export.generation.Come back later'|trans|chill_return_path_label }}
</a> </a>
</li> </li>