diff --git a/templates/client/includes/conference/conference_list.html b/templates/client/includes/conference/conference_list.html index 3e9f841f..02934a49 100644 --- a/templates/client/includes/conference/conference_list.html +++ b/templates/client/includes/conference/conference_list.html @@ -108,11 +108,11 @@ - {% if forloop.counter == 5 or objects|length < 5 %} + {% if forloop.counter == 8 or objects|length < 8 %} {% include 'client/includes/banners/catalog_inner_2.html' %} {% endif %} - {% if forloop.counter == 10 %} + {% if forloop.counter == 15 %} {% include 'client/includes/banners/catalog_inner.html' %} {%endif %} {% endfor %} diff --git a/templates/client/includes/exposition/exposition_list.html b/templates/client/includes/exposition/exposition_list.html index ef68e4e6..55a25cbb 100644 --- a/templates/client/includes/exposition/exposition_list.html +++ b/templates/client/includes/exposition/exposition_list.html @@ -109,13 +109,13 @@ - {% if forloop.counter == 5 %} + {% if forloop.counter == 8 %} {% include 'client/includes/banners/catalog_inner_2.html' %} - {% elif forloop.last and objects|length < 5 %} + {% elif forloop.last and objects|length < 8 %} {% include 'client/includes/banners/catalog_inner_2.html' %} {% endif %} - {% if forloop.counter == 10 %} + {% if forloop.counter == 15 %} {% include 'client/includes/banners/catalog_inner.html' %} {%endif %} {% endfor %}