From 70be2a15ccc6a6e1a73b585a30ded814f1626aa5 Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Tue, 25 May 2021 21:51:08 +0200
Subject: [PATCH] Refactoring: vaccination

---
 ...mported_pagination.html => who_imported_pagination.html} | 0
 ...ment_who_imported_table.html => who_imported_table.html} | 0
 .../blueprints/data_who/templates/who/who_flat.html         | 6 +++---
 .../blueprints/data_who/templates/who/who_imported.html     | 6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)
 rename src/flask_covid19/blueprints/data_who/templates/who/imported/{fragment_who_imported_pagination.html => who_imported_pagination.html} (100%)
 rename src/flask_covid19/blueprints/data_who/templates/who/imported/{fragment_who_imported_table.html => who_imported_table.html} (100%)

diff --git a/src/flask_covid19/blueprints/data_who/templates/who/imported/fragment_who_imported_pagination.html b/src/flask_covid19/blueprints/data_who/templates/who/imported/who_imported_pagination.html
similarity index 100%
rename from src/flask_covid19/blueprints/data_who/templates/who/imported/fragment_who_imported_pagination.html
rename to src/flask_covid19/blueprints/data_who/templates/who/imported/who_imported_pagination.html
diff --git a/src/flask_covid19/blueprints/data_who/templates/who/imported/fragment_who_imported_table.html b/src/flask_covid19/blueprints/data_who/templates/who/imported/who_imported_table.html
similarity index 100%
rename from src/flask_covid19/blueprints/data_who/templates/who/imported/fragment_who_imported_table.html
rename to src/flask_covid19/blueprints/data_who/templates/who/imported/who_imported_table.html
diff --git a/src/flask_covid19/blueprints/data_who/templates/who/who_flat.html b/src/flask_covid19/blueprints/data_who/templates/who/who_flat.html
index 384ec910..b4b67b56 100644
--- a/src/flask_covid19/blueprints/data_who/templates/who/who_flat.html
+++ b/src/flask_covid19/blueprints/data_who/templates/who/who_flat.html
@@ -7,17 +7,17 @@
     <div class="container">
         <div class="row">
             <div class="col">
-                {% include 'who/fragments/flat/fragment_who_flat_pagination.html' %}
+                {% include 'who/flat/fragment_who_flat_pagination.html' %}
             </div>
         </div>
         <div class="row">
             <div class="col">
-                {% include 'who/fragments/flat/fragment_who_flat_table.html' %}
+                {% include 'who/flat/fragment_who_flat_table.html' %}
             </div>
         </div>
         <div class="row">
             <div class="col">
-                {% include 'who/fragments/flat/fragment_who_flat_pagination.html' %}
+                {% include 'who/flat/fragment_who_flat_pagination.html' %}
             </div>
         </div>
     </div>
diff --git a/src/flask_covid19/blueprints/data_who/templates/who/who_imported.html b/src/flask_covid19/blueprints/data_who/templates/who/who_imported.html
index 8f44e1a9..a08ea519 100644
--- a/src/flask_covid19/blueprints/data_who/templates/who/who_imported.html
+++ b/src/flask_covid19/blueprints/data_who/templates/who/who_imported.html
@@ -7,17 +7,17 @@
     <div class="container">
         <div class="row">
             <div class="col">
-                {% include 'who/fragments/imported/fragment_who_imported_pagination.html' %}
+                {% include 'who/imported/who_imported_pagination.html' %}
             </div>
         </div>
         <div class="row">
             <div class="col">
-                {% include 'who/fragments/imported/fragment_who_imported_table.html' %}
+                {% include 'who/imported/who_imported_table.html' %}
             </div>
         </div>
         <div class="row">
             <div class="col">
-                {% include 'who/fragments/imported/fragment_who_imported_pagination.html' %}
+                {% include 'who/imported/who_imported_pagination.html' %}
             </div>
         </div>
     </div>
-- 
GitLab