diff --git a/templates/who/country/who_country_all.html b/templates/who/country/who_country_all.html index 9d9c4482f9f92af5fd62e936b586827becd335ca..59defe4e132d2a4cc45bc47a593338f01eb7842c 100644 --- a/templates/who/country/who_country_all.html +++ b/templates/who/country/who_country_all.html @@ -1,5 +1,7 @@ {% extends 'page_layout.html' %} +{% block navigation_jumbotron %}{% endblock %} + {% block navigation_breadcrumb %} <nav aria-label="breadcrumb"> <ol class="breadcrumb"> diff --git a/templates/who/country/who_country_germany.html b/templates/who/country/who_country_germany.html index c1c83c62bea3868ff74b444d21c32ba4477ad76f..a87dd358aa3972873c5588e6e31bf6995915a734 100644 --- a/templates/who/country/who_country_germany.html +++ b/templates/who/country/who_country_germany.html @@ -1,5 +1,7 @@ {% extends 'page_layout.html' %} +{% block navigation_jumbotron %}{% endblock %} + {% block navigation_breadcrumb %} <nav aria-label="breadcrumb"> <ol class="breadcrumb"> diff --git a/templates/who/country/who_country_one.html b/templates/who/country/who_country_one.html index 64df9b8ef3d27f8d51841484a11f6674861093c8..12b731067ea22bab8bb35bd007feb5817e971781 100644 --- a/templates/who/country/who_country_one.html +++ b/templates/who/country/who_country_one.html @@ -1,5 +1,7 @@ {% extends 'page_layout.html' %} +{% block navigation_jumbotron %}{% endblock %} + {% block navigation_breadcrumb %} <nav aria-label="breadcrumb"> <ol class="breadcrumb"> diff --git a/templates/who/country/who_country_one_cases_cumulative.html b/templates/who/country/who_country_one_cases_cumulative.html index 3f9c1435042a169477942d14160ffc87ee210008..ce31cff8a5c50bc62ff2618e5c7a0e42768adfa9 100644 --- a/templates/who/country/who_country_one_cases_cumulative.html +++ b/templates/who/country/who_country_one_cases_cumulative.html @@ -1,5 +1,7 @@ {% extends 'page_layout.html' %} +{% block navigation_jumbotron %}{% endblock %} + {% block navigation_breadcrumb %} <nav aria-label="breadcrumb"> <ol class="breadcrumb"> diff --git a/templates/who/country/who_country_one_cases_new.html b/templates/who/country/who_country_one_cases_new.html index 5d1b1a1a7a024f004bb6c893b172af8478b982ad..ac2c5945f42eb81336e7da5ece7f221b87c7e2ba 100644 --- a/templates/who/country/who_country_one_cases_new.html +++ b/templates/who/country/who_country_one_cases_new.html @@ -1,5 +1,7 @@ {% extends 'page_layout.html' %} +{% block navigation_jumbotron %}{% endblock %} + {% block navigation_breadcrumb %} <nav aria-label="breadcrumb"> <ol class="breadcrumb"> diff --git a/templates/who/country/who_country_one_deaths_cumulative.html b/templates/who/country/who_country_one_deaths_cumulative.html index 2df87e5881a56ab3ba7523e7c69c764e0bd9b2de..d5792124aa0e9e8b3cc63f94aa6d1924778b423f 100644 --- a/templates/who/country/who_country_one_deaths_cumulative.html +++ b/templates/who/country/who_country_one_deaths_cumulative.html @@ -1,5 +1,7 @@ {% extends 'page_layout.html' %} +{% block navigation_jumbotron %}{% endblock %} + {% block navigation_breadcrumb %} <nav aria-label="breadcrumb"> <ol class="breadcrumb"> diff --git a/templates/who/country/who_country_one_deaths_new.html b/templates/who/country/who_country_one_deaths_new.html index 6d919fccad642043910fd6c884e0e905c1a88096..24851dc5a1a857c96bf7dcb36e56832173e20879 100644 --- a/templates/who/country/who_country_one_deaths_new.html +++ b/templates/who/country/who_country_one_deaths_new.html @@ -1,5 +1,7 @@ {% extends 'page_layout.html' %} +{% block navigation_jumbotron %}{% endblock %} + {% block navigation_breadcrumb %} <nav aria-label="breadcrumb"> <ol class="breadcrumb"> diff --git a/templates/who/date_reported/who_date_reported_all.html b/templates/who/date_reported/who_date_reported_all.html index bdb78b080aa57fbbdc998f4b89dc4b4c1a87b925..4e29db2ac024509c79311aa72f570d2bc5e066ae 100644 --- a/templates/who/date_reported/who_date_reported_all.html +++ b/templates/who/date_reported/who_date_reported_all.html @@ -1,5 +1,7 @@ {% extends 'page_layout.html' %} +{% block navigation_jumbotron %}{% endblock %} + {% block navigation_breadcrumb %} <nav aria-label="breadcrumb"> <ol class="breadcrumb"> diff --git a/templates/who/date_reported/who_date_reported_one.html b/templates/who/date_reported/who_date_reported_one.html index a5d7268f714d69cb54cfd5d70fce6cc524064ab5..ff243ba67eac26a88ecb0bbf8bd3ef6783894c3a 100644 --- a/templates/who/date_reported/who_date_reported_one.html +++ b/templates/who/date_reported/who_date_reported_one.html @@ -2,6 +2,8 @@ {% include 'fragment_pagination.html' %} +{% block navigation_jumbotron %}{% endblock %} + {% block navigation_breadcrumb %} <nav aria-label="breadcrumb"> <ol class="breadcrumb"> diff --git a/templates/who/date_reported/who_date_reported_one_cases_cumulative.html b/templates/who/date_reported/who_date_reported_one_cases_cumulative.html index 4bd2375cba56b0f0a93a71bfa9e70922e358eea6..71f3bcc1f03bb59cfc9cfc88d7279a807faf675e 100644 --- a/templates/who/date_reported/who_date_reported_one_cases_cumulative.html +++ b/templates/who/date_reported/who_date_reported_one_cases_cumulative.html @@ -2,6 +2,8 @@ {% include 'fragment_pagination.html' %} +{% block navigation_jumbotron %}{% endblock %} + {% block navigation_breadcrumb %} <nav aria-label="breadcrumb"> <ol class="breadcrumb"> diff --git a/templates/who/date_reported/who_date_reported_one_cases_new.html b/templates/who/date_reported/who_date_reported_one_cases_new.html index 00454cc0b38ae6f212e76ebdf0e4e8a6b655f3c8..811dd59ce17fde8d902bfbaec2d61030701e9ac5 100644 --- a/templates/who/date_reported/who_date_reported_one_cases_new.html +++ b/templates/who/date_reported/who_date_reported_one_cases_new.html @@ -2,6 +2,8 @@ {% include 'fragment_pagination.html' %} +{% block navigation_jumbotron %}{% endblock %} + {% block navigation_breadcrumb %} <nav aria-label="breadcrumb"> <ol class="breadcrumb"> diff --git a/templates/who/date_reported/who_date_reported_one_deaths_cumulative.html b/templates/who/date_reported/who_date_reported_one_deaths_cumulative.html index 4bd2375cba56b0f0a93a71bfa9e70922e358eea6..71f3bcc1f03bb59cfc9cfc88d7279a807faf675e 100644 --- a/templates/who/date_reported/who_date_reported_one_deaths_cumulative.html +++ b/templates/who/date_reported/who_date_reported_one_deaths_cumulative.html @@ -2,6 +2,8 @@ {% include 'fragment_pagination.html' %} +{% block navigation_jumbotron %}{% endblock %} + {% block navigation_breadcrumb %} <nav aria-label="breadcrumb"> <ol class="breadcrumb"> diff --git a/templates/who/date_reported/who_date_reported_one_deaths_new.html b/templates/who/date_reported/who_date_reported_one_deaths_new.html index 5b40f1a4a93298ab2359d983f84999ef141a2c98..9a35f81e66f7e6e286b3736ca90243fd1806cebc 100644 --- a/templates/who/date_reported/who_date_reported_one_deaths_new.html +++ b/templates/who/date_reported/who_date_reported_one_deaths_new.html @@ -2,6 +2,8 @@ {% include 'fragment_pagination.html' %} +{% block navigation_jumbotron %}{% endblock %} + {% block navigation_breadcrumb %} <nav aria-label="breadcrumb"> <ol class="breadcrumb"> diff --git a/templates/who/region/who_region_all.html b/templates/who/region/who_region_all.html index bb8ae65977ae203dbdd715cdaff7931c8370723d..63e780762508186f28fdd6d2d5e1032037d958ba 100644 --- a/templates/who/region/who_region_all.html +++ b/templates/who/region/who_region_all.html @@ -1,5 +1,7 @@ {% extends 'page_layout.html' %} +{% block navigation_jumbotron %}{% endblock %} + {% block navigation_breadcrumb %} <nav aria-label="breadcrumb"> <ol class="breadcrumb"> diff --git a/templates/who/region/who_region_one.html b/templates/who/region/who_region_one.html index 15f8eea973b9d4ad1e02a93aa03d91e47cc0e63f..558039cc6b5c7cebb669ab80f13b7cd5f118e3f0 100644 --- a/templates/who/region/who_region_one.html +++ b/templates/who/region/who_region_one.html @@ -1,5 +1,7 @@ {% extends 'page_layout.html' %} +{% block navigation_jumbotron %}{% endblock %} + {% block navigation_breadcrumb %} <nav aria-label="breadcrumb"> <ol class="breadcrumb"> diff --git a/templates/who/who_imported.html b/templates/who/who_imported.html index 05fd528dd7b9d02b752e4d73fa93e1236b808f9c..5ed634fc71f1b8918fba4295bd7e8d85343f5e81 100644 --- a/templates/who/who_imported.html +++ b/templates/who/who_imported.html @@ -2,6 +2,8 @@ {% include 'fragment_pagination.html' %} +{% block navigation_jumbotron %}{% endblock %} + {% block navigation_breadcrumb %} {% endblock %}