Bug fixes.
[wolnelektury.git] / apps / funding / templates / funding / offer_list.html
index feb175d..e8088bf 100644 (file)
@@ -1,7 +1,7 @@
 {% extends "base.html" %}
 {% load url from future %}
 {% load i18n %}
-{% load funding_tags %}
+{% load ssi_include from ssify %}
 {% load pagination_tags %}
 
 {% block titleextra %}{% trans "All fundraisers" %}{% endblock %}
         <h2>{% trans "Previous fundraisers:" %}</h2>
     {% endif %}
 
-    {% funding offer link=1 show_title_calling=False %}
+    {% ssi_include 'funding_list_bar' pk=offer.pk %}
 
     <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 %}
+        {% ssi_include 'funding_status' pk=offer.pk %}
+        {% ssi_include 'funding_status_more' pk=offer.pk %}
+
     </div>
 
     {% if is_current and not forloop.last %}