From bbe888c12536da219b7f2dc156107d729c26f2ef Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Thu, 14 Jan 2021 18:51:56 +0100 Subject: [PATCH] ### 0.0.7 Release * Issue #8 WhoServiceUpdate.update_db_short() * Issue #9 URL: /who/update/short * Issue #10 async who_update_short_task * Issue #11 WhoServiceUpdate.__update_who_global_data_short() --- templates/page_home.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/page_home.html b/templates/page_home.html index 64d17c16..eea24c84 100644 --- a/templates/page_home.html +++ b/templates/page_home.html @@ -7,6 +7,7 @@ {% 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> + <a class="btn btn-secondary btn-lg" href="/who/update/short" role="button">HO :: update :: short</a> </div> {% endblock %} -- GitLab