From 5fdce6b22bac9ebec220ac6ea44c24d5ac151599 Mon Sep 17 00:00:00 2001 From: Antoine LAURENT Date: Fri, 27 Sep 2024 10:07:32 +0200 Subject: [PATCH] apply: Improve matomo event tracking We want the submit event name to be different from the previous event name --- itou/templates/apply/process_postpone.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itou/templates/apply/process_postpone.html b/itou/templates/apply/process_postpone.html index e9af231cdd..a76b968d9f 100644 --- a/itou/templates/apply/process_postpone.html +++ b/itou/templates/apply/process_postpone.html @@ -18,7 +18,7 @@

Mettre en attente la candidature de {{ job_applica {% bootstrap_form form alert_error_type="all" %} {% url 'apply:details_for_company' job_application_id=job_application.id as reset_url %} - {% itou_buttons_form primary_label="Mettre en liste d'attente" reset_url=reset_url show_mandatory_fields_mention=False matomo_category="candidature" matomo_action="submit" matomo_name="postpone_application" %} + {% itou_buttons_form primary_label="Mettre en liste d'attente" reset_url=reset_url show_mandatory_fields_mention=False matomo_category="candidature" matomo_action="submit" matomo_name="postpone_application_confirmation" %}