diff options
Diffstat (limited to 'design/templates')
-rw-r--r-- | design/templates/details/book.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/details/book.html b/design/templates/details/book.html index b604df2..808d253 100644 --- a/design/templates/details/book.html +++ b/design/templates/details/book.html @@ -32,8 +32,8 @@ <dd>{{object.isbn}}</dd>{%endif%} </dl> <div class="buy-btn-wrapper"> - {% if object.afflink %}<a class="buy-btn" href="{{object.afflink}}" title="buy {{object.title}} at Amazon">Buy Now</a>{%endif%} {% if object.isbn %}<a class="buy-btn" href="http://worldcat.org/isbn/{{object.isbn}}" title="find {{object.title}} in your local library">Borrow</a>{%endif%} + {% if object.afflink %}<a class="buy-btn" href="{{object.afflink}}" title="buy {{object.title}} at Amazon">Buy</a>{%endif%} </div> </div>{%if object.body_html%} <div class="thoughts" itemprop="review" itemscope itemtype="http://schema.org/Review"> |