From 45632aee424aa72050e905718457d7a7203ead30 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Wed, 29 May 2013 12:13:53 +0200 Subject: [PATCH] Funding: Using thumbnail for the cover image on the offer detail page --- apps/funding/templates/funding/offer_detail.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/funding/templates/funding/offer_detail.html b/apps/funding/templates/funding/offer_detail.html index 80d0965f5..905e03b46 100755 --- a/apps/funding/templates/funding/offer_detail.html +++ b/apps/funding/templates/funding/offer_detail.html @@ -4,6 +4,7 @@ {% load funding_tags %} {% load pagination_tags %} {% load fnp_share %} +{% load thumbnail %} {% block titleextra %}{{ object }}{% endblock %} @@ -19,7 +20,13 @@
{% if object.cover %} - + Cover {% endif %}

{% trans "Help free the book!" %}

-- 2.20.1