Skip to content

Commit

Permalink
add id to track with matomo
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienReuiller committed Sep 5, 2024
1 parent eded853 commit 28d3034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lemarche/templates/content_manager/blocks/button.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<a class="{{ button.button_type }}{% if button.icon_side %} {{ button.icon_side }} {{ button.icon_class }}{% endif %}"
href="{{ button.url }}">{{ button.text }}</a>
href="{{ button.url }}" id="btn-{{ page.slug }}-{{ button.text|slugify }}">{{ button.text }}</a>

0 comments on commit 28d3034

Please sign in to comment.