From ec0ff3e2e613bf413c680c326bca4959c287b044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sat, 10 Jun 2023 10:41:39 +0800 Subject: [PATCH] Updated the log in message at the home page, and removed the next URI from the log in link. The next URI is not clear text but encrypted now. There is no need to attach the next URI, as it defaults redirects to the accounting application without the next URI. --- tests/test_site/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_site/templates/home.html b/tests/test_site/templates/home.html index 4603c19..de5ccb3 100644 --- a/tests/test_site/templates/home.html +++ b/tests/test_site/templates/home.html @@ -25,7 +25,7 @@ First written: 2023/1/27 {% block content %} -

{{ _("This is the live demonstration of the Mia! Accounting project. Please log in to continue.") }}

+

{{ _("This is the live demonstration of the Mia! Accounting project. Please log in to continue.", url=url_for("auth.login")) }}

{{ _("You may also want to check the full documentation and the Github repository.") }}