Andromeda Yelton 2012-03-20 09:52:57 -04:00
parent 7568aa3f14
commit 53d99ae72f
3 changed files with 5 additions and 1 deletions

View File

@ -54,7 +54,7 @@
</div>
{% comment %}status of book vis-a-vis user's wishlist{% endcomment %}
{% if works %}
{% if works and activetab %}
<div class="moreinfo add-wishlist">
<span id="p{{ googlebooks_id }}">Add&nbsp;to&nbsp;Wishlist</span>
</div>

View File

@ -170,9 +170,11 @@
<div class="slides_container">
<div class="slide-page slide-page1">
{% for work in works %}
{% with work.googlebooks_id as googlebooks_id %}
<div class="spacer">
{% include "book_panel.html" %}
</div>
{% endwith %}
{% endfor %}
</div>
<div class="slide-page slide-page2">

View File

@ -296,9 +296,11 @@ there's no tab for seeing ALL my books, only the filters! huh.
<div class="slides_container">
<div class="slide-page slide-page1">
{% for work in works %}
{% with work.googlebooks_id as googlebooks_id %}
<div class="spacer">
{% include "book_panel.html" %}
</div>
{% endwith %}
{% endfor %}
</div>
<div class="slide-page slide-page2">