diff --git a/covid19/templates/who/date_reported/who_date_reported_one_cases_cumulative.html b/covid19/templates/who/date_reported/who_date_reported_one_cases_cumulative.html
index 71f3bcc1f03bb59cfc9cfc88d7279a807faf675e..4c50fb9e489153c4cf28da030cf3938072703f88 100644
--- a/covid19/templates/who/date_reported/who_date_reported_one_cases_cumulative.html
+++ b/covid19/templates/who/date_reported/who_date_reported_one_cases_cumulative.html
@@ -1,6 +1,6 @@
 {% extends 'page_layout.html' %}
 
-{% include 'fragment_pagination.html' %}
+{% include 'common/fragment_pagination.html' %}
 
 {% block navigation_jumbotron %}{% endblock %}
 
diff --git a/covid19/templates/who/date_reported/who_date_reported_one_cases_new.html b/covid19/templates/who/date_reported/who_date_reported_one_cases_new.html
index 811dd59ce17fde8d902bfbaec2d61030701e9ac5..4694d5a5735cabd491df3f45cda783f9e5fe4a16 100644
--- a/covid19/templates/who/date_reported/who_date_reported_one_cases_new.html
+++ b/covid19/templates/who/date_reported/who_date_reported_one_cases_new.html
@@ -1,6 +1,6 @@
 {% extends 'page_layout.html' %}
 
-{% include 'fragment_pagination.html' %}
+{% include 'common/fragment_pagination.html' %}
 
 {% block navigation_jumbotron %}{% endblock %}
 
diff --git a/covid19/templates/who/date_reported/who_date_reported_one_deaths_cumulative.html b/covid19/templates/who/date_reported/who_date_reported_one_deaths_cumulative.html
index 71f3bcc1f03bb59cfc9cfc88d7279a807faf675e..4c50fb9e489153c4cf28da030cf3938072703f88 100644
--- a/covid19/templates/who/date_reported/who_date_reported_one_deaths_cumulative.html
+++ b/covid19/templates/who/date_reported/who_date_reported_one_deaths_cumulative.html
@@ -1,6 +1,6 @@
 {% extends 'page_layout.html' %}
 
-{% include 'fragment_pagination.html' %}
+{% include 'common/fragment_pagination.html' %}
 
 {% block navigation_jumbotron %}{% endblock %}
 
diff --git a/covid19/templates/who/date_reported/who_date_reported_one_deaths_new.html b/covid19/templates/who/date_reported/who_date_reported_one_deaths_new.html
index 9a35f81e66f7e6e286b3736ca90243fd1806cebc..02fa036632c881ca50949338c02defe664107b82 100644
--- a/covid19/templates/who/date_reported/who_date_reported_one_deaths_new.html
+++ b/covid19/templates/who/date_reported/who_date_reported_one_deaths_new.html
@@ -1,6 +1,6 @@
 {% extends 'page_layout.html' %}
 
-{% include 'fragment_pagination.html' %}
+{% include 'common/fragment_pagination.html' %}
 
 {% block navigation_jumbotron %}{% endblock %}