From c8cb5937e813ec448712f86335493cd540f5a6cf Mon Sep 17 00:00:00 2001 From: Andromeda Yelton Date: Mon, 31 Dec 2012 13:58:42 -0500 Subject: [PATCH] need to apply correct styles for new status handling too --- frontend/templates/book_panel.html | 2 +- frontend/templates/supporter.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/templates/book_panel.html b/frontend/templates/book_panel.html index 491bd054..55c5e3fb 100644 --- a/frontend/templates/book_panel.html +++ b/frontend/templates/book_panel.html @@ -8,7 +8,7 @@ {% with work.last_campaign.status as status %} {% with work.last_campaign.deadline as deadline %} {% with work.id as workid %} -
+
{% comment %} hover state of panel {% endcomment %} diff --git a/frontend/templates/supporter.html b/frontend/templates/supporter.html index 892ed502..ac4506fb 100644 --- a/frontend/templates/supporter.html +++ b/frontend/templates/supporter.html @@ -340,7 +340,7 @@ there's no tab for seeing ALL my books, only the filters! huh. {% if works_active %} {{ supporter }} is giving these books to you. Find out how. {% else %} - {{ supporter }} isn't giving any books to the world right now. Find out how you can. + {{ supporter }} isn't giving any new books to the world right now. Find out how you can. {% endif %}