From 3bcf81ea3f59757942ebdddbdc3d3a33e77b4858 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Fri, 29 Jan 2021 00:18:24 +0100 Subject: [PATCH] work --- .../date_reported/who_date_reported_one_cases_cumulative.html | 2 +- .../who/date_reported/who_date_reported_one_cases_new.html | 2 +- .../date_reported/who_date_reported_one_deaths_cumulative.html | 2 +- .../who/date_reported/who_date_reported_one_deaths_new.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 71f3bcc1..4c50fb9e 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 811dd59c..4694d5a5 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 71f3bcc1..4c50fb9e 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 9a35f81e..02fa0366 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 %} -- GitLab