From 28d3034cf3c7705fc217169c1ab755f67cd1ff66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Reuiller?= Date: Thu, 5 Sep 2024 15:25:49 +0200 Subject: [PATCH] add id to track with matomo --- lemarche/templates/content_manager/blocks/button.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemarche/templates/content_manager/blocks/button.html b/lemarche/templates/content_manager/blocks/button.html index 0e0020495..a45481f06 100644 --- a/lemarche/templates/content_manager/blocks/button.html +++ b/lemarche/templates/content_manager/blocks/button.html @@ -1,2 +1,2 @@ {{ button.text }} + href="{{ button.url }}" id="btn-{{ page.slug }}-{{ button.text|slugify }}">{{ button.text }}