From 11ffec7ab52b2cc8da2268811b0d883d2638b673 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Sat, 20 Oct 2018 02:29:00 +0200 Subject: [PATCH] Only show balance when the proposal is active --- funding/templates/proposal/proposal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funding/templates/proposal/proposal.html b/funding/templates/proposal/proposal.html index 61649ab..05a82cc 100644 --- a/funding/templates/proposal/proposal.html +++ b/funding/templates/proposal/proposal.html @@ -52,7 +52,7 @@


- {% if proposal.status >= 2 %} + {% if proposal.status in [2,3] %}