From d6e56d3c175fe9c413184f84d0394796918c6bf2 Mon Sep 17 00:00:00 2001 From: eric Date: Wed, 29 Feb 2012 13:23:32 -0500 Subject: [PATCH] fixed campaign_lists --- frontend/templates/campaign_list.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/frontend/templates/campaign_list.html b/frontend/templates/campaign_list.html index cf4a420e..02dd78c2 100644 --- a/frontend/templates/campaign_list.html +++ b/frontend/templates/campaign_list.html @@ -8,6 +8,10 @@ {% endblock %} {% block extra_head %} + + @@ -83,7 +87,8 @@ {% ifequal campaign_list.count 0 %} There aren't any ungluing campaigns active yet. If you're a rights holder, you can start one. {% else %} - {% paginate 20 campaign_list %} + {% lazy_paginate 20 campaign_list using "campaign_list" %} + {% for campaign in campaign_list %}
{% with campaign.status as status %} @@ -95,8 +100,11 @@
{% endfor %}
-