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 384ec910ecd0c96a74d45a2a861c5813ced7d409..b4b67b56c04b7ed66e0844755d690a1d35a4fe83 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 8f44e1a9ebea708f0f9ce2dcb14fec4157af9adb..a08ea519ce497653be7ffa0f9f652abe91d2a2db 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>