From fdae6664136eacb6316cc3e5cc29e201d310afe1 Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Tue, 19 Jan 2021 18:43:25 +0100
Subject: [PATCH] ### 0.0.9 Release * Fixed #18 /europe/update: Download *
 Fixed #19 /europe/update: Import File to DB * Fixed #20 /europe/update:
 Update DB * Fixed #21 update_date_reported * Fixed #22 update_continent *
 Fixed #23 update_country * Fixed #24 update_data * Fixed #25
 /who/update/initial update_data_initial * Fixed #27 /admin/database/drop *
 Fixed #3 ORM: 3NF for ecdc_europa_data_import * Fixed #4 data update for 3NF
 ecdc_europa_data_import

---
 templates/who/who_info.html | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/templates/who/who_info.html b/templates/who/who_info.html
index bd8cbe82..b5c8c410 100644
--- a/templates/who/who_info.html
+++ b/templates/who/who_info.html
@@ -11,7 +11,20 @@
 
 
 {% block main_container %}
-
+    <div>
+        <h3>WHO Coronavirus Disease (COVID-19) Dashboard</h3>
+        <p>
+            <a href="https://covid19.who.int/">https://covid19.who.int</a>
+        </p>
+    </div>
+    <div>
+        <h3>WHO Coronavirus disease (COVID-19) pandemic</h3>
+        <p>
+            <a href="https://www.who.int/emergencies/diseases/novel-coronavirus-2019">
+                https://www.who.int/emergencies/diseases/novel-coronavirus-2019
+            </a>
+        </p>
+    </div>
 {% endblock %}
 
 
-- 
GitLab