Fix display of funding progress in tables

pull/2/head
Sander Ferdinand 6 years ago
parent 95eed33f48
commit 45fdd53e40

@ -23,7 +23,7 @@
<td id="date"><small>{{ p.date_added.strftime('%Y-%m-%d %H:%M') }}</small></td>
<td>
<span style="float:right;">
{% if p.funds_progress >= 0.1 and status == 0 %}
{% if p.funds_progress >= 0.1 and p.status >= 2 %}
{{p.funds_progress|int}}%
{% else %}
-

Loading…
Cancel
Save