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:
2025-04-25 18:23:08 +02:00
parent c8851a8e8a
commit f3fd18e6fb

View File

@@ -19,7 +19,7 @@
<ul class="sticky-form-buttons record_actions">
<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 }}
</a>
</li>