From 358a67928aea41cd600616badc874f7fde7c5901 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 15 May 2014 15:18:11 -0400 Subject: [PATCH] add rights for ebooks without campaigns that we list --- frontend/templates/work.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/templates/work.html b/frontend/templates/work.html index 03459673..2c772827 100644 --- a/frontend/templates/work.html +++ b/frontend/templates/work.html @@ -410,7 +410,11 @@ {% endif %}

If you'd like to contact us regarding rights for this work, please email rights@gluejar.com.

{% if work.first_ebook %} -

Downloads

+ {% if not work.last_campaign %} +

There is a {{ work.first_ebook.rights }} free ebook for {{work.title}}

+ {% else %} +

Downloads

+ {% endif %}
This work has been downloaded {{ work.download_count }} times via unglue.it ebook links.