Skip to content

Commit

Permalink
Add link with search by SIREN
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Oct 10, 2023
1 parent 79021d3 commit 20b123b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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>
<span>{{ 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 }}</span>
</li>
{% endif %}
<li class="mb-2" title="{% get_verbose_name siae 'presta_type' %}">
Expand Down
2 changes: 1 addition & 1 deletion lemarche/www/siaes/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

class SiaeFilterForm(forms.Form):
q = forms.CharField(
label="Recherche via le numéro de SIRET ou le nom de votre structure",
label="Recherche via le numéro de SIRET, SIREN ou le nom de votre structure",
required=False,
widget=forms.TextInput(attrs={"placeholder": "Votre recherche…"}),
)
Expand Down

0 comments on commit 20b123b

Please sign in to comment.