diff --git a/wowfunding/templates/proposal/macros/table.html b/wowfunding/templates/proposal/macros/table.html index c599a7d..6b40b90 100644 --- a/wowfunding/templates/proposal/macros/table.html +++ b/wowfunding/templates/proposal/macros/table.html @@ -23,7 +23,7 @@ {{ p.date_added.strftime('%Y-%m-%d %H:%M') }} - {% if p.funds_progress >= 0.1 and status == 0 %} + {% if p.funds_progress >= 0.1 and p.status >= 2 %} {{p.funds_progress|int}}% {% else %} -