From 38b436f6476ab6ff8f44733b4aced93d43c12cc6 Mon Sep 17 00:00:00 2001 From: Andromeda Yelton Date: Thu, 3 Jan 2013 16:33:07 -0500 Subject: [PATCH] action on booklist for active campaigns on wishlist should be pledge, not un-wishlist --- frontend/templates/book_panel.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/templates/book_panel.html b/frontend/templates/book_panel.html index b189ff2b..1fd3aa71 100644 --- a/frontend/templates/book_panel.html +++ b/frontend/templates/book_panel.html @@ -129,9 +129,15 @@ Pledged! {% else %}{% ifequal supporter request.user %} -
- Un-wishlist -
+ {% ifequal status "ACTIVE" %} +
+ Pledge +
+ {% else %} +
+ Un-wishlist +
+ {% endifequal %} {% else %}{% if work in wishlist %}
On Wishlist!