From 45d44ab8a8eb6484b892c75c886536cc235244f3 Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Mon, 25 Jan 2021 17:33:22 +0100
Subject: [PATCH] work

---
 templates/who/country/who_country_all.html                    | 4 ++--
 templates/who/country/who_country_germany.html                | 4 ++--
 templates/who/country/who_country_one.html                    | 4 ++--
 templates/who/country/who_country_one_cases_cumulative.html   | 4 ++--
 templates/who/country/who_country_one_cases_new.html          | 4 ++--
 templates/who/country/who_country_one_deaths_cumulative.html  | 4 ++--
 templates/who/country/who_country_one_deaths_new.html         | 4 ++--
 templates/who/date_reported/who_date_reported_all.html        | 2 +-
 templates/who/date_reported/who_date_reported_one.html        | 4 ++--
 .../date_reported/who_date_reported_one_cases_cumulative.html | 4 ++--
 .../who/date_reported/who_date_reported_one_cases_new.html    | 4 ++--
 .../who_date_reported_one_deaths_cumulative.html              | 4 ++--
 .../who/date_reported/who_date_reported_one_deaths_new.html   | 4 ++--
 templates/who/region/who_region_all.html                      | 2 +-
 templates/who/region/who_region_one.html                      | 4 ++--
 templates/who/who_imported.html                               | 2 +-
 templates/who/who_info.html                                   | 2 +-
 templates/who/who_tasks.html                                  | 2 +-
 18 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/templates/who/country/who_country_all.html b/templates/who/country/who_country_all.html
index 3e3ae7c4..5a06759b 100644
--- a/templates/who/country/who_country_all.html
+++ b/templates/who/country/who_country_all.html
@@ -10,7 +10,7 @@
 {% endblock %}
 
 {% block navigation_navtabs %}
-  {% include 'who/fragment_who_navtabs.html' %}
+  {% include 'who/fragments/fragment_who_navtabs.html' %}
 {% endblock %}
 
 {% block main_container %}
@@ -50,7 +50,7 @@
         </ul>
     {% endif %}
 
-    {% include 'who/fragment_who_table_who_country.html' %}
+    {% include 'who/fragments/fragment_who_table_who_country.html' %}
 
 {% endblock %}
 
diff --git a/templates/who/country/who_country_germany.html b/templates/who/country/who_country_germany.html
index cfcecd40..0f27d252 100644
--- a/templates/who/country/who_country_germany.html
+++ b/templates/who/country/who_country_germany.html
@@ -11,7 +11,7 @@
 {% endblock %}
 
 {% block navigation_navtabs %}
-  {% include 'who/fragment_who_navtabs.html' %}
+  {% include 'who/fragments/fragment_who_navtabs.html' %}
 {% endblock %}
 
 {% block main_container %}
@@ -57,7 +57,7 @@
     </ul>
     {% endif %}
 
-    {% include 'who/fragment_who_table_global_data_country.html' %}
+    {% include 'who/fragments/fragment_who_table_global_data_country.html' %}
 
 {% endblock %}
 
diff --git a/templates/who/country/who_country_one.html b/templates/who/country/who_country_one.html
index 860b2304..c0202d24 100644
--- a/templates/who/country/who_country_one.html
+++ b/templates/who/country/who_country_one.html
@@ -11,7 +11,7 @@
 {% endblock %}
 
 {% block navigation_navtabs %}
-  {% include 'who/fragment_who_navtabs.html' %}
+  {% include 'who/fragments/fragment_who_navtabs.html' %}
 {% endblock %}
 
 {% block main_container %}
@@ -57,7 +57,7 @@
     </ul>
     {% endif %}
 
-    {% include 'who/fragment_who_table_global_data_country.html' %}
+    {% include 'who/fragments/fragment_who_table_global_data_country.html' %}
 
 {% endblock %}
 
diff --git a/templates/who/country/who_country_one_cases_cumulative.html b/templates/who/country/who_country_one_cases_cumulative.html
index 23df5ab4..9112238f 100644
--- a/templates/who/country/who_country_one_cases_cumulative.html
+++ b/templates/who/country/who_country_one_cases_cumulative.html
@@ -11,7 +11,7 @@
 {% endblock %}
 
 {% block navigation_navtabs %}
-  {% include 'who/fragment_who_navtabs.html' %}
+  {% include 'who/fragments/fragment_who_navtabs.html' %}
 {% endblock %}
 
 {% block main_container %}
@@ -57,7 +57,7 @@
     </ul>
     {% endif %}
 
-    {% include 'who/fragment_who_table_global_data_country.html' %}
+    {% include 'who/fragments/fragment_who_table_global_data_country.html' %}
 
 {% endblock %}
 
diff --git a/templates/who/country/who_country_one_cases_new.html b/templates/who/country/who_country_one_cases_new.html
index 8c796cab..edd2c47a 100644
--- a/templates/who/country/who_country_one_cases_new.html
+++ b/templates/who/country/who_country_one_cases_new.html
@@ -11,7 +11,7 @@
 {% endblock %}
 
 {% block navigation_navtabs %}
-  {% include 'who/fragment_who_navtabs.html' %}
+  {% include 'who/fragments/fragment_who_navtabs.html' %}
 {% endblock %}
 
 {% block main_container %}
@@ -57,7 +57,7 @@
     </ul>
     {% endif %}
 
-    {% include 'who/fragment_who_table_global_data_country.html' %}
+    {% include 'who/fragments/fragment_who_table_global_data_country.html' %}
 
 {% endblock %}
 
diff --git a/templates/who/country/who_country_one_deaths_cumulative.html b/templates/who/country/who_country_one_deaths_cumulative.html
index aeb2374f..84087429 100644
--- a/templates/who/country/who_country_one_deaths_cumulative.html
+++ b/templates/who/country/who_country_one_deaths_cumulative.html
@@ -11,7 +11,7 @@
 {% endblock %}
 
 {% block navigation_navtabs %}
-  {% include 'who/fragment_who_navtabs.html' %}
+  {% include 'who/fragments/fragment_who_navtabs.html' %}
 {% endblock %}
 
 {% block main_container %}
@@ -57,7 +57,7 @@
     </ul>
     {% endif %}
 
-    {% include 'who/fragment_who_table_global_data_country.html' %}
+    {% include 'who/fragments/fragment_who_table_global_data_country.html' %}
 
 {% endblock %}
 
diff --git a/templates/who/country/who_country_one_deaths_new.html b/templates/who/country/who_country_one_deaths_new.html
index ec79bf1e..cfdde0f5 100644
--- a/templates/who/country/who_country_one_deaths_new.html
+++ b/templates/who/country/who_country_one_deaths_new.html
@@ -11,7 +11,7 @@
 {% endblock %}
 
 {% block navigation_navtabs %}
-  {% include 'who/fragment_who_navtabs.html' %}
+  {% include 'who/fragments/fragment_who_navtabs.html' %}
 {% endblock %}
 
 {% block main_container %}
@@ -57,7 +57,7 @@
     </ul>
     {% endif %}
 
-    {% include 'who/fragment_who_table_global_data_country.html' %}
+    {% include 'who/fragments/fragment_who_table_global_data_country.html' %}
 
 {% endblock %}
 
diff --git a/templates/who/date_reported/who_date_reported_all.html b/templates/who/date_reported/who_date_reported_all.html
index da534f91..b43bff80 100644
--- a/templates/who/date_reported/who_date_reported_all.html
+++ b/templates/who/date_reported/who_date_reported_all.html
@@ -10,7 +10,7 @@
 {% endblock %}
 
 {% block navigation_navtabs %}
-  {% include 'who/fragment_who_navtabs.html' %}
+  {% include 'who/fragments/fragment_who_navtabs.html' %}
 {% endblock %}
 
 {% block main_container %}
diff --git a/templates/who/date_reported/who_date_reported_one.html b/templates/who/date_reported/who_date_reported_one.html
index 867c4b46..5269cd88 100644
--- a/templates/who/date_reported/who_date_reported_one.html
+++ b/templates/who/date_reported/who_date_reported_one.html
@@ -13,7 +13,7 @@
 {% endblock %}
 
 {% block navigation_navtabs %}
-  {% include 'who/fragment_who_navtabs.html' %}
+  {% include 'who/fragments/fragment_who_navtabs.html' %}
 {% endblock %}
 
 
@@ -57,7 +57,7 @@
         </ul>
     {% endif %}
 
-    {% include 'who/fragment_who_table_global_data_date_reported.html' %}
+    {% include 'who/fragments/fragment_who_table_global_data_date_reported.html' %}
 
 {% endblock %}
 
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 981c636d..07ed3fc8 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
@@ -13,7 +13,7 @@
 {% endblock %}
 
 {% block navigation_navtabs %}
-  {% include 'who/fragment_who_navtabs.html' %}
+  {% include 'who/fragments/fragment_who_navtabs.html' %}
 {% endblock %}
 
 
@@ -57,7 +57,7 @@
         </ul>
     {% endif %}
 
-    {% include 'who/fragment_who_table_global_data_date_reported.html' %}
+    {% include 'who/fragments/fragment_who_table_global_data_date_reported.html' %}
 
 {% endblock %}
 
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 9d247a53..a3b9fdf5 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
@@ -13,7 +13,7 @@
 {% endblock %}
 
 {% block navigation_navtabs %}
-  {% include 'who/fragment_who_navtabs.html' %}
+  {% include 'who/fragments/fragment_who_navtabs.html' %}
 {% endblock %}
 
 
@@ -57,7 +57,7 @@
         </ul>
     {% endif %}
 
-    {% include 'who/fragment_who_table_global_data_date_reported.html' %}
+    {% include 'who/fragments/fragment_who_table_global_data_date_reported.html' %}
 
 {% endblock %}
 
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 981c636d..07ed3fc8 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
@@ -13,7 +13,7 @@
 {% endblock %}
 
 {% block navigation_navtabs %}
-  {% include 'who/fragment_who_navtabs.html' %}
+  {% include 'who/fragments/fragment_who_navtabs.html' %}
 {% endblock %}
 
 
@@ -57,7 +57,7 @@
         </ul>
     {% endif %}
 
-    {% include 'who/fragment_who_table_global_data_date_reported.html' %}
+    {% include 'who/fragments/fragment_who_table_global_data_date_reported.html' %}
 
 {% endblock %}
 
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 30e312ef..7f24fc57 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
@@ -13,7 +13,7 @@
 {% endblock %}
 
 {% block navigation_navtabs %}
-  {% include 'who/fragment_who_navtabs.html' %}
+  {% include 'who/fragments/fragment_who_navtabs.html' %}
 {% endblock %}
 
 
@@ -57,7 +57,7 @@
         </ul>
     {% endif %}
 
-    {% include 'who/fragment_who_table_global_data_date_reported.html' %}
+    {% include 'who/fragments/fragment_who_table_global_data_date_reported.html' %}
 
 {% endblock %}
 
diff --git a/templates/who/region/who_region_all.html b/templates/who/region/who_region_all.html
index 3c147a09..49271a1b 100644
--- a/templates/who/region/who_region_all.html
+++ b/templates/who/region/who_region_all.html
@@ -10,7 +10,7 @@
 {% endblock %}
 
 {% block navigation_navtabs %}
-  {% include 'who/fragment_who_navtabs.html' %}
+  {% include 'who/fragments/fragment_who_navtabs.html' %}
 {% endblock %}
 
 {% block main_container %}
diff --git a/templates/who/region/who_region_one.html b/templates/who/region/who_region_one.html
index b6f5da98..c05b2aad 100644
--- a/templates/who/region/who_region_one.html
+++ b/templates/who/region/who_region_one.html
@@ -11,7 +11,7 @@
 {% endblock %}
 
 {% block navigation_navtabs %}
-  {% include 'who/fragment_who_navtabs.html' %}
+  {% include 'who/fragments/fragment_who_navtabs.html' %}
 {% endblock %}
 
 {% block main_container %}
@@ -51,7 +51,7 @@
     </ul>
     {% endif %}
 
-    {% include 'who/fragment_who_table_who_country.html' %}
+    {% include 'who/fragments/fragment_who_table_who_country.html' %}
 
 {% endblock %}
 
diff --git a/templates/who/who_imported.html b/templates/who/who_imported.html
index fcebf758..fd9d4352 100644
--- a/templates/who/who_imported.html
+++ b/templates/who/who_imported.html
@@ -8,7 +8,7 @@
 
 
 {% block navigation_navtabs %}
-  {% include 'who/fragment_who_navtabs.html' %}
+  {% include 'who/fragments/fragment_who_navtabs.html' %}
 {% endblock %}
 
 
diff --git a/templates/who/who_info.html b/templates/who/who_info.html
index e49d1fa8..e8266e67 100644
--- a/templates/who/who_info.html
+++ b/templates/who/who_info.html
@@ -6,7 +6,7 @@
 
 
 {% block navigation_navtabs %}
-  {% include 'who/fragment_who_navtabs.html' %}
+  {% include 'who/fragments/fragment_who_navtabs.html' %}
 {% endblock %}
 
 
diff --git a/templates/who/who_tasks.html b/templates/who/who_tasks.html
index 394cc416..10b46f47 100644
--- a/templates/who/who_tasks.html
+++ b/templates/who/who_tasks.html
@@ -5,7 +5,7 @@
 {% endblock %}
 
 {% block navigation_navtabs %}
-  {% include 'who/fragment_who_navtabs.html' %}
+  {% include 'who/fragments/fragment_who_navtabs.html' %}
 {% endblock %}
 
 {% block main_container %}
-- 
GitLab