Skip to content

Commit

Permalink
fix: Affichage du header droit de la liste des dépôt de besoins (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
madjid-asa authored Mar 14, 2024
1 parent af0bd82 commit df3b452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lemarche/templates/tenders/_list_item_siae.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div id="card-{{tender.slug}}" class="card c-card c-card--marche-{{ tender.kind|lower }}{% if tender.deadline_date_is_outdated_annotated %} c-card--marche-outdated{% endif %} mb-2">
<div class="card-body">
<div class="row">
<div class="col-md-12">
<div class="col-md-9">
{% comment %} we set is_new_for_siaes to False because we have other conf in this view {% endcomment %}
{% include "tenders/_closed_badge.html" with tender=tender is_new_for_siaes=False %}
</div>
Expand Down

0 comments on commit df3b452

Please sign in to comment.