Skip to content
Snippets Groups Projects
Commit 8cbe1908 authored by Ondrej Rehounek's avatar Ondrej Rehounek
Browse files

district and region: Fix pagination var in template

parent 175336ea
No related branches found
No related tags found
2 merge requests!435Release upgrades,!430Feature/majak misc enhancements
Pipeline #7041 passed
......@@ -15,7 +15,7 @@
{% endfor %}
</div>
{% include 'styleguide/2.3.x/pagination.html' with paginator=article_page_list %}
{% include 'styleguide/2.3.x/pagination.html' with paginator=articles %}
</div>
</main>
......
......@@ -15,7 +15,7 @@
{% endfor %}
</div>
{% include 'styleguide/2.3.x/pagination.html' with paginator=article_page_list %}
{% include 'styleguide/2.3.x/pagination.html' with paginator=articles %}
</div>
</main>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment