From 61dd4124af62d13942012c95a08946dece0c256d Mon Sep 17 00:00:00 2001 From: Andromeda Yelton Date: Mon, 21 May 2012 10:02:57 -0400 Subject: [PATCH] suppres percent-of-goal display when no campaign --- frontend/templates/book_panel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/templates/book_panel.html b/frontend/templates/book_panel.html index 04c5a863..a37b1798 100644 --- a/frontend/templates/book_panel.html +++ b/frontend/templates/book_panel.html @@ -172,7 +172,7 @@
book list status
-
{{ work.percent_of_goal }}%
+ {% if status != 'ACTIVE' and status != 'SUCCESSFUL' %}
{{ work.percent_of_goal }}%
{% endif %} {% endif %}{% endif %}