From 76c8e575c0bd66ce77cfae66f95352d393339ce2 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Mon, 25 Jan 2021 00:06:34 +0100 Subject: [PATCH] work --- templates/{ => admin}/fragment_navtabs_admin.html | 0 templates/{ => europe}/fragment_navtabs_europe.html | 0 templates/{ => nrw}/fragment_navtabs_nrw.html | 0 templates/{ => rki}/fragment_navtabs_rki.html | 0 templates/{ => vaccination}/fragment_navtabs_vaccination.html | 0 templates/{ => who}/fragment_navtabs_who.html | 0 templates/who/who_country_all.html | 2 +- templates/who/who_country_germany.html | 2 +- templates/who/who_country_one.html | 2 +- templates/who/who_country_one_cases_cumulative.html | 2 +- templates/who/who_country_one_cases_new.html | 2 +- templates/who/who_country_one_deaths_cumulative.html | 2 +- templates/who/who_country_one_deaths_new.html | 2 +- templates/who/who_date_reported_all.html | 2 +- templates/who/who_date_reported_one.html | 2 +- templates/who/who_date_reported_one_cases_cumulative.html | 2 +- templates/who/who_date_reported_one_cases_new.html | 2 +- templates/who/who_date_reported_one_deaths_cumulative.html | 2 +- templates/who/who_date_reported_one_deaths_new.html | 2 +- templates/who/who_imported.html | 2 +- templates/who/who_info.html | 2 +- templates/who/who_region_all.html | 2 +- templates/who/who_region_one.html | 2 +- templates/who/who_tasks.html | 2 +- 24 files changed, 18 insertions(+), 18 deletions(-) rename templates/{ => admin}/fragment_navtabs_admin.html (100%) rename templates/{ => europe}/fragment_navtabs_europe.html (100%) rename templates/{ => nrw}/fragment_navtabs_nrw.html (100%) rename templates/{ => rki}/fragment_navtabs_rki.html (100%) rename templates/{ => vaccination}/fragment_navtabs_vaccination.html (100%) rename templates/{ => who}/fragment_navtabs_who.html (100%) diff --git a/templates/fragment_navtabs_admin.html b/templates/admin/fragment_navtabs_admin.html similarity index 100% rename from templates/fragment_navtabs_admin.html rename to templates/admin/fragment_navtabs_admin.html diff --git a/templates/fragment_navtabs_europe.html b/templates/europe/fragment_navtabs_europe.html similarity index 100% rename from templates/fragment_navtabs_europe.html rename to templates/europe/fragment_navtabs_europe.html diff --git a/templates/fragment_navtabs_nrw.html b/templates/nrw/fragment_navtabs_nrw.html similarity index 100% rename from templates/fragment_navtabs_nrw.html rename to templates/nrw/fragment_navtabs_nrw.html diff --git a/templates/fragment_navtabs_rki.html b/templates/rki/fragment_navtabs_rki.html similarity index 100% rename from templates/fragment_navtabs_rki.html rename to templates/rki/fragment_navtabs_rki.html diff --git a/templates/fragment_navtabs_vaccination.html b/templates/vaccination/fragment_navtabs_vaccination.html similarity index 100% rename from templates/fragment_navtabs_vaccination.html rename to templates/vaccination/fragment_navtabs_vaccination.html diff --git a/templates/fragment_navtabs_who.html b/templates/who/fragment_navtabs_who.html similarity index 100% rename from templates/fragment_navtabs_who.html rename to templates/who/fragment_navtabs_who.html diff --git a/templates/who/who_country_all.html b/templates/who/who_country_all.html index 9cc87840..e6ce0d10 100644 --- a/templates/who/who_country_all.html +++ b/templates/who/who_country_all.html @@ -10,7 +10,7 @@ {% endblock %} {% block navigation_navtabs %} - {% include 'fragment_navtabs_who.html' %} + {% include 'who/fragment_navtabs_who.html' %} {% endblock %} {% block main_container %} diff --git a/templates/who/who_country_germany.html b/templates/who/who_country_germany.html index 419ba32e..7b0a96f9 100644 --- a/templates/who/who_country_germany.html +++ b/templates/who/who_country_germany.html @@ -11,7 +11,7 @@ {% endblock %} {% block navigation_navtabs %} - {% include 'fragment_navtabs_who.html' %} + {% include 'who/fragment_navtabs_who.html' %} {% endblock %} {% block main_container %} diff --git a/templates/who/who_country_one.html b/templates/who/who_country_one.html index f4b18ed1..39679ade 100644 --- a/templates/who/who_country_one.html +++ b/templates/who/who_country_one.html @@ -11,7 +11,7 @@ {% endblock %} {% block navigation_navtabs %} - {% include 'fragment_navtabs_who.html' %} + {% include 'who/fragment_navtabs_who.html' %} {% endblock %} {% block main_container %} diff --git a/templates/who/who_country_one_cases_cumulative.html b/templates/who/who_country_one_cases_cumulative.html index 77bc7e9c..b20a3d0c 100644 --- a/templates/who/who_country_one_cases_cumulative.html +++ b/templates/who/who_country_one_cases_cumulative.html @@ -11,7 +11,7 @@ {% endblock %} {% block navigation_navtabs %} - {% include 'fragment_navtabs_who.html' %} + {% include 'who/fragment_navtabs_who.html' %} {% endblock %} {% block main_container %} diff --git a/templates/who/who_country_one_cases_new.html b/templates/who/who_country_one_cases_new.html index 1b4409c4..90566ab6 100644 --- a/templates/who/who_country_one_cases_new.html +++ b/templates/who/who_country_one_cases_new.html @@ -11,7 +11,7 @@ {% endblock %} {% block navigation_navtabs %} - {% include 'fragment_navtabs_who.html' %} + {% include 'who/fragment_navtabs_who.html' %} {% endblock %} {% block main_container %} diff --git a/templates/who/who_country_one_deaths_cumulative.html b/templates/who/who_country_one_deaths_cumulative.html index e447cc21..3993e5b2 100644 --- a/templates/who/who_country_one_deaths_cumulative.html +++ b/templates/who/who_country_one_deaths_cumulative.html @@ -11,7 +11,7 @@ {% endblock %} {% block navigation_navtabs %} - {% include 'fragment_navtabs_who.html' %} + {% include 'who/fragment_navtabs_who.html' %} {% endblock %} {% block main_container %} diff --git a/templates/who/who_country_one_deaths_new.html b/templates/who/who_country_one_deaths_new.html index 62eec9a1..22a0252f 100644 --- a/templates/who/who_country_one_deaths_new.html +++ b/templates/who/who_country_one_deaths_new.html @@ -11,7 +11,7 @@ {% endblock %} {% block navigation_navtabs %} - {% include 'fragment_navtabs_who.html' %} + {% include 'who/fragment_navtabs_who.html' %} {% endblock %} {% block main_container %} diff --git a/templates/who/who_date_reported_all.html b/templates/who/who_date_reported_all.html index 9d72c3cd..9e475c72 100644 --- a/templates/who/who_date_reported_all.html +++ b/templates/who/who_date_reported_all.html @@ -10,7 +10,7 @@ {% endblock %} {% block navigation_navtabs %} - {% include 'fragment_navtabs_who.html' %} + {% include 'who/fragment_navtabs_who.html' %} {% endblock %} {% block main_container %} diff --git a/templates/who/who_date_reported_one.html b/templates/who/who_date_reported_one.html index a824eede..5389b594 100644 --- a/templates/who/who_date_reported_one.html +++ b/templates/who/who_date_reported_one.html @@ -13,7 +13,7 @@ {% endblock %} {% block navigation_navtabs %} - {% include 'fragment_navtabs_who.html' %} + {% include 'who/fragment_navtabs_who.html' %} {% endblock %} diff --git a/templates/who/who_date_reported_one_cases_cumulative.html b/templates/who/who_date_reported_one_cases_cumulative.html index b0f789cb..42a4861f 100644 --- a/templates/who/who_date_reported_one_cases_cumulative.html +++ b/templates/who/who_date_reported_one_cases_cumulative.html @@ -13,7 +13,7 @@ {% endblock %} {% block navigation_navtabs %} - {% include 'fragment_navtabs_who.html' %} + {% include 'who/fragment_navtabs_who.html' %} {% endblock %} diff --git a/templates/who/who_date_reported_one_cases_new.html b/templates/who/who_date_reported_one_cases_new.html index 7f4529e3..0405d566 100644 --- a/templates/who/who_date_reported_one_cases_new.html +++ b/templates/who/who_date_reported_one_cases_new.html @@ -13,7 +13,7 @@ {% endblock %} {% block navigation_navtabs %} - {% include 'fragment_navtabs_who.html' %} + {% include 'who/fragment_navtabs_who.html' %} {% endblock %} diff --git a/templates/who/who_date_reported_one_deaths_cumulative.html b/templates/who/who_date_reported_one_deaths_cumulative.html index b0f789cb..42a4861f 100644 --- a/templates/who/who_date_reported_one_deaths_cumulative.html +++ b/templates/who/who_date_reported_one_deaths_cumulative.html @@ -13,7 +13,7 @@ {% endblock %} {% block navigation_navtabs %} - {% include 'fragment_navtabs_who.html' %} + {% include 'who/fragment_navtabs_who.html' %} {% endblock %} diff --git a/templates/who/who_date_reported_one_deaths_new.html b/templates/who/who_date_reported_one_deaths_new.html index e9b05d8e..a723f136 100644 --- a/templates/who/who_date_reported_one_deaths_new.html +++ b/templates/who/who_date_reported_one_deaths_new.html @@ -13,7 +13,7 @@ {% endblock %} {% block navigation_navtabs %} - {% include 'fragment_navtabs_who.html' %} + {% include 'who/fragment_navtabs_who.html' %} {% endblock %} diff --git a/templates/who/who_imported.html b/templates/who/who_imported.html index 9f3c5ae5..9adffa68 100644 --- a/templates/who/who_imported.html +++ b/templates/who/who_imported.html @@ -8,7 +8,7 @@ {% block navigation_navtabs %} - {% include 'fragment_navtabs_who.html' %} + {% include 'who/fragment_navtabs_who.html' %} {% endblock %} diff --git a/templates/who/who_info.html b/templates/who/who_info.html index b4aa8852..33cea105 100644 --- a/templates/who/who_info.html +++ b/templates/who/who_info.html @@ -6,7 +6,7 @@ {% block navigation_navtabs %} - {% include 'fragment_navtabs_who.html' %} + {% include 'who/fragment_navtabs_who.html' %} {% endblock %} diff --git a/templates/who/who_region_all.html b/templates/who/who_region_all.html index 9c60fd69..a5cdae98 100644 --- a/templates/who/who_region_all.html +++ b/templates/who/who_region_all.html @@ -10,7 +10,7 @@ {% endblock %} {% block navigation_navtabs %} - {% include 'fragment_navtabs_who.html' %} + {% include 'who/fragment_navtabs_who.html' %} {% endblock %} {% block main_container %} diff --git a/templates/who/who_region_one.html b/templates/who/who_region_one.html index 8aa93cd6..d01e09aa 100644 --- a/templates/who/who_region_one.html +++ b/templates/who/who_region_one.html @@ -11,7 +11,7 @@ {% endblock %} {% block navigation_navtabs %} - {% include 'fragment_navtabs_who.html' %} + {% include 'who/fragment_navtabs_who.html' %} {% endblock %} {% block main_container %} diff --git a/templates/who/who_tasks.html b/templates/who/who_tasks.html index 199d2437..a152b0e2 100644 --- a/templates/who/who_tasks.html +++ b/templates/who/who_tasks.html @@ -5,7 +5,7 @@ {% endblock %} {% block navigation_navtabs %} - {% include 'fragment_navtabs_who.html' %} + {% include 'who/fragment_navtabs_who.html' %} {% endblock %} {% block main_container %} -- GitLab