From ae5500356343d9a8466e89e9b8fd2cc618e5a6d2 Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Tue, 25 May 2021 22:30:22 +0200
Subject: [PATCH] Refactoring: vaccination

---
 .../owid/continent/all/owid_continent_all_table.html         | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/flask_covid19/blueprints/data_owid/templates/owid/continent/all/owid_continent_all_table.html b/src/flask_covid19/blueprints/data_owid/templates/owid/continent/all/owid_continent_all_table.html
index 99236568..801f9299 100644
--- a/src/flask_covid19/blueprints/data_owid/templates/owid/continent/all/owid_continent_all_table.html
+++ b/src/flask_covid19/blueprints/data_owid/templates/owid/continent/all/owid_continent_all_table.html
@@ -16,6 +16,11 @@
                         </tr>
                     {% endfor %}
                     </tbody>
+                <tfoot>
+                    <tr>
+                        <th scope="col">continent</th>
+                    </tr>
+                </tfoot>
                 </table>
                 </div>
 
-- 
GitLab