Changes to the wording, small cosmetic changes
[wolnelektury.git] / apps / funding / templates / funding / offer_list.html
index ffb6af0..0770b10 100755 (executable)
         <h2>{% trans "Previous fundraisers:" %}</h2>
     {% endif %}
 
-    <div class="white-box normal-text">
-        {% offer_status offer %}
-    </div>
-
-    {% funding offer link=1 %}
-
+    {% funding offer link=1 show_title_calling=False %}
 
     <div class="white-box normal-text">
+        {% if is_current %}
+            <h3>{% trans "Help free the book!" %}</h3>
+            {{ offer.description|safe }}
+        {% endif %}
+        {% offer_status offer %}
         {% offer_status_more offer %}
     </div>