Skip to content

Commit

Permalink
Tender detail: show company name in bold
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Mar 21, 2024
1 parent 078b95a commit 311e4f3
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 311e4f3

Please sign in to comment.