diff --git a/district/templates/district/district_articles_page.html b/district/templates/district/district_articles_page.html
index 69c472dcfec49192af07cae86616796c508a3fd9..35d91804bddd255bb297739ebb49ec86e6fabb84 100644
--- a/district/templates/district/district_articles_page.html
+++ b/district/templates/district/district_articles_page.html
@@ -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>
diff --git a/region/templates/region/region_articles_page.html b/region/templates/region/region_articles_page.html
index f2a17c1c1ac0843d613541549680fce26a42afd3..87e5b68be17f1aecddb9555b1ab5182577e682e5 100644
--- a/region/templates/region/region_articles_page.html
+++ b/region/templates/region/region_articles_page.html
@@ -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>