Skip to content

Commit

Permalink
Hotfix html missing closing a. ref #941
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Oct 11, 2023
1 parent 1a1df29 commit 1e73ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lemarche/templates/siaes/_useful_infos.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<li class="mb-2">
<i class="ri-building-4-line"></i>
<strong>Nombre d'établissements :</strong>
<a href="{% url 'siae:search_results' %}?q={{ siae.siren }}" target="_blank" title="Consulter la liste des {{ siae.etablissement_count }} établissements">{{ siae.etablissement_count }}</span>
<a href="{% url 'siae:search_results' %}?q={{ siae.siren }}" target="_blank" title="Consulter la liste des {{ siae.etablissement_count }} établissements">{{ siae.etablissement_count }}</a>
</li>
{% endif %}
<li class="mb-2" title="{% get_verbose_name siae 'presta_type' %}">
Expand Down

0 comments on commit 1e73ba8

Please sign in to comment.