Skip to content

Commit

Permalink
feat(Besoins): Détail : afficher l'entreprise de l'acheteur en gras (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn authored Mar 22, 2024
1 parent f090cbc commit 2d6c3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lemarche/templates/tenders/_detail_card.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>
{% if tender.contact_company_name_display %}
<div class="col-md-4" title="Entreprise">
<i class="ri-building-4-line"></i>
{{ tender.contact_company_name_display }}
<strong>{{ tender.contact_company_name_display }}</strong>
</div>
{% endif %}
<div class="col-md-4" title="Lieu d'intervention">
Expand Down

0 comments on commit 2d6c3ab

Please sign in to comment.