From 8e785b669eba46b3dff304fd9834c8835fa77390 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Wed, 4 Jul 2018 23:14:54 +0200 Subject: [PATCH] Forgot to include proposal target for status <= 1 --- wowfunding/templates/proposal/proposal.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wowfunding/templates/proposal/proposal.html b/wowfunding/templates/proposal/proposal.html index 3a09f1a..73508c1 100644 --- a/wowfunding/templates/proposal/proposal.html +++ b/wowfunding/templates/proposal/proposal.html @@ -31,6 +31,12 @@ Completed {% endif %} + {% if proposal.status <= 1 %} +
+ + Target: {{proposal.funds_target|round}} WOW + + {% endif %}