From: Radek Czajka Date: Wed, 2 Oct 2019 20:15:32 +0000 (+0200) Subject: Bugfix X-Git-Tag: 0.8.8 X-Git-Url: https://git.mdrn.pl/django-migdal.git/commitdiff_plain?ds=sidebyside Bugfix --- diff --git a/migdal/templates/migdal/entry/entry_list.html b/migdal/templates/migdal/entry/entry_list.html index e07bb76..0f0d3e2 100644 --- a/migdal/templates/migdal/entry/entry_list.html +++ b/migdal/templates/migdal/entry/entry_list.html @@ -17,7 +17,7 @@ {% autopaginate object_list 10 as page %} -{% if object_list.promobox and page.number == 1 %} +{% if object_list.promobox and page_obj.number == 1 %}