Skip to content

Commit

Permalink
hide constraints because the field is no longer requested
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienReuiller committed Sep 27, 2023
1 parent e03e9e7 commit 4077351
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 @@ -69,7 +69,7 @@ <h2>
</ul>
{% endif %}
<!-- tender constraints -->
{% if source_form or not source_form and tender.constraints %}
{% if tender.constraints %}
<hr class="my-5">
<h2>Contraintes techniques spécifiques</h2>
<p>{{ tender.constraints|default:"-"|safe|linebreaks }}</p>
Expand Down

0 comments on commit 4077351

Please sign in to comment.