From 887e765ccf3560dc63cd787aee9703d570f971b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Thu, 16 May 2013 12:18:12 +0200 Subject: [PATCH] Moving description text lower --- apps/funding/templates/funding/offer_detail.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/funding/templates/funding/offer_detail.html b/apps/funding/templates/funding/offer_detail.html index 898f8477c..7feb5b3fc 100755 --- a/apps/funding/templates/funding/offer_detail.html +++ b/apps/funding/templates/funding/offer_detail.html @@ -15,14 +15,13 @@

{{ object }}

-
{{ object.description|safe }}
- {% funding object show_title=False %}
{% if object.cover %} {% endif %}
+ {{ object.description|safe }} {% offer_status object %} {% offer_status_more object %}

{% trans "Learn more" %}.

-- 2.20.1