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.") }}