Skip to content

Commit

Permalink
update list item
Browse files Browse the repository at this point in the history
  • Loading branch information
madjid-asa committed Feb 21, 2024
1 parent 2e06690 commit 19581af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lemarche/templates/tenders/_card_list_item.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<time class="fs-sm d-block" aria-label="Date de clôture">
<span>{{ tender.deadline_date|default:"" }}</span>
{% if tender.deadline_date_is_outdated_annotated %}
<span class="badge badge-xs badge-base badge-pill badge-pilotage float-right">Clôturé</span>
<span class="badge badge-xs badge-base badge-pill badge-{{ tender.kind|lower }} float-right">Clôturé</span>
{% endif %}
{% if tender.is_draft %}
<span class="badge badge-xs badge-base badge-pill badge-outline-warning float-right">
Expand Down

0 comments on commit 19581af

Please sign in to comment.