From 31df33bb27fc5489d030fe3607dd0ae533701f6c Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Mon, 18 Jan 2021 14:56:04 +0100
Subject: [PATCH] ### 0.0.8 Release * Issue #13 /who/imported/ * Issue #14
 /europe/imported/ * Issue #3 ORM: 3NF for ecdc_europa_data_import * Issue #4
 data update for 3NF ecdc_europa_data_import

---
 templates/page_home.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/templates/page_home.html b/templates/page_home.html
index bd78a44c..4c6a2119 100644
--- a/templates/page_home.html
+++ b/templates/page_home.html
@@ -7,9 +7,14 @@
 {% block main_container %}
     <div class="btn-group" role="group" aria-label="Views">
         <a class="btn btn-secondary btn-lg" href="/test/alive_message" role="button">Test :: alive message</a>
+    </div>
+    <div class="btn-group" role="group" aria-label="Views">
         <a class="btn btn-primary btn-lg" href="/who/update/short" role="button">WHO :: update :: short</a>
         <a class="btn btn-secondary btn-lg" href="/who/update" role="button">WHO :: update</a>
     </div>
+    <div class="btn-group" role="group" aria-label="Views">
+        <a class="btn btn-primary btn-lg" href="/europe/update" role="button">Europe :: update</a>
+    </div>
 {% endblock %}
 
 {% block footer_container %}
-- 
GitLab