Skip to content

Commit

Permalink
feat: ajout d'un attribut id sur les liens du bandeau pour suivre l'u…
Browse files Browse the repository at this point in the history
…sage (#1168)
  • Loading branch information
SebastienReuiller authored Apr 24, 2024
1 parent 365fe91 commit 9f37452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lemarche/templates/includes/_header_for_buyers.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div id="header-for-buyers" class="text-center p-3 bg-marche-lightest">
<p class="mb-0">
Vous êtes acheteur ? <a href="{% url 'wagtail_serve' '' %}" class="font-weight-bold">Cliquez ici</a>
Vous êtes acheteur ? <a id="header-for-buyers-link" href="{% url 'wagtail_serve' '' %}" class="font-weight-bold">Cliquez ici</a>
</p>
</div>
2 changes: 1 addition & 1 deletion lemarche/templates/includes/_header_for_siaes.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% load wagtailcore_tags %}
<div id="header-for-siaes" class="text-center p-3 bg-marche-lightest">
<p class="mb-0">
Vous êtes une structure inclusive (SIAE, EA, ESAT) ? <a href="{% slugurl 'accueil-structure' %}" class="font-weight-bold">Cliquez ici</a>
Vous êtes une structure inclusive (SIAE, EA, ESAT) ? <a id="header-for-siaes-link" href="{% slugurl 'accueil-structure' %}" class="font-weight-bold">Cliquez ici</a>
</p>
</div>

0 comments on commit 9f37452

Please sign in to comment.