diff --git a/frontend/templates/supporter.html b/frontend/templates/supporter.html index 02b2e886..f6ec78b5 100644 --- a/frontend/templates/supporter.html +++ b/frontend/templates/supporter.html @@ -52,7 +52,19 @@ }); }); - + + + {% endblock %} @@ -204,20 +216,15 @@ how do I integrate the your wishlist thing with the tabs thing?
@@ -239,44 +246,51 @@ how do I integrate the your wishlist thing with the tabs thing? {% for work in wishlist.works.all %} {% if work.last_campaign_status == 'SUCCESSFUL' %} -
+
{% else %}{% if work.last_campaign_status == 'ACTIVE' %} -
+
{% else %} -
+
{% endif %}{% endif %} -
-
- Book name +
+
+ Book name
-
- - {{ work.title }} - + +
+ James K. Polk +
{% ifequal supporter request.user %} -
+
Remove from Wishlist
{% else %}{% if work in shared_works %} -
+
On Your Wishlist!
{% else %}{% if request.user.is_anonymous %} -