From cdca7c65252945c92829fe640cfc20baaa914ac9 Mon Sep 17 00:00:00 2001 From: Ed Summers Date: Mon, 17 Oct 2011 21:35:58 -0400 Subject: [PATCH] include book_list.css so we the remove/add areas appear clickable --- frontend/templates/search.html | 1 + frontend/templates/supporter.html | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/templates/search.html b/frontend/templates/search.html index d5a96938..1c4c933e 100644 --- a/frontend/templates/search.html +++ b/frontend/templates/search.html @@ -2,6 +2,7 @@ {% block extra_head %} + {% endblock %} {% block title %}Search Results{% endblock %} diff --git a/frontend/templates/supporter.html b/frontend/templates/supporter.html index 593c385a..b4f14f25 100644 --- a/frontend/templates/supporter.html +++ b/frontend/templates/supporter.html @@ -42,9 +42,8 @@ $j('#tabs-1').hide(200); }); }); - - + {% endblock %}