From 45fdd53e4041a649266c488c9bac5e47a345efe0 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Wed, 4 Jul 2018 22:38:32 +0200 Subject: [PATCH] Fix display of funding progress in tables --- wowfunding/templates/proposal/macros/table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} -