From f18b18bca037bf23c17a476cf81dfc2c8aaa2f00 Mon Sep 17 00:00:00 2001 From: Andromeda Yelton Date: Wed, 29 Feb 2012 13:28:45 -0500 Subject: [PATCH] small layout change to make available ebooks fit better. removed 'enjoying': grammatically incoherent and hard to reconcile with wishlist.js --- frontend/templates/work.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/templates/work.html b/frontend/templates/work.html index 80a858ad..768129f1 100644 --- a/frontend/templates/work.html +++ b/frontend/templates/work.html @@ -137,13 +137,6 @@ jQuery(document).ready(function(){
- {% if work.first_ebook %} - - {% for ebook in work.ebooks %} - {{ ebook.format }} {{ebook.rights}} at {{ebook.provider}}
- {% endfor %} -
- {% endif %} {% if request.user.is_anonymous %} {% else %}
- Add to {% if work.first_ebook %}Enjoying{% else %}Wishlist{% endif %} + Add to Wishlist
{% endif %}{% endif %}{% endif %} + {% if work.first_ebook %} + + {% for ebook in work.ebooks %} + {{ ebook.format }} {{ebook.rights}} at {{ebook.provider}}
+ {% endfor %} +
+ {% endif %}