Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Oct 16, 2023
1 parent 00ceb30 commit a1e0a84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions lemarche/templates/tenders/_list_item_detail_row.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@
</div>
{% if tender.accept_share_amount %}
<div class="col-md-4" title="{% get_verbose_name tender 'amount' %}">
{% if tender.amount %}
<i class="ri-money-euro-circle-line"></i>
{{ tender.get_amount_display|default:"-" }}
{% endif %}
<i class="ri-money-euro-circle-line"></i>
{{ tender.get_amount_display|default:"-" }}
</div>
{% endif %}
</div>
2 changes: 1 addition & 1 deletion lemarche/templates/tenders/_list_item_network.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load static humanize get_verbose_name %}
{% load static humanize %}

<div class="card c-card c-card--marche c-card--link siae-card" role="button" data-url="{% url 'dashboard_networks:tender_detail' network.slug tender.slug %}">
<div class="card-body">
Expand Down

0 comments on commit a1e0a84

Please sign in to comment.