From 4a7ca8e4857fa044def04396341c63bb3dd43ff0 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Fri, 22 Jan 2021 17:26:07 +0100 Subject: [PATCH] ### 0.0.11 Release * Issue #43 /europe/date_reported * Issue #44 /europe/continent * Issue #45 /europe/country * Issue #46 /europe/data * Issue #39 SQLalchemy instead of SQL: AllModelClasses.remove_all() * Issue #40 SQLalchemy instead of SQL: EuropeDataImportTable.get_date_rep() * Issue #41 SQLalchemy instead of SQL: EuropeDataImportTable.get_countries_of_continent() * Issue #42 SQLalchemy instead of SQL: WhoGlobalDataImportTable.get_new_dates_as_array() * Issue #47 refactor Routes from app.py to org...who,europe,... * Issue #48 refactor Tasks from server_mq.py to org...who,europe,... --- templates/fragment_navtabs.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/fragment_navtabs.html b/templates/fragment_navtabs.html index 4e5494d1..2c65f446 100644 --- a/templates/fragment_navtabs.html +++ b/templates/fragment_navtabs.html @@ -4,16 +4,16 @@ <a class="nav-link active" href="/home">Home</a> </li> <li class="nav-item"> - <a class="nav-link" href="/who/info">WHO</a> + <a class="nav-link" href="/who/tasks">WHO</a> </li> <li class="nav-item"> - <a class="nav-link" href="/europe/info">Europe</a> + <a class="nav-link" href="/europe/tasks">Europe</a> </li> <li class="nav-item"> - <a class="nav-link" href="/rki/info">RKI</a> + <a class="nav-link" href="/rki/tasks">RKI</a> </li> <li class="nav-item"> - <a class="nav-link" href="/nrw/info">NRW</a> + <a class="nav-link" href="/nrw/tasks">NRW</a> </li> <li class="nav-item"> <a class="nav-link" href="/admin/tasks">Admin</a> -- GitLab