diff --git a/tests/test_site/templates/home.html b/tests/test_site/templates/home.html index 56eb840..4603c19 100644 --- a/tests/test_site/templates/home.html +++ b/tests/test_site/templates/home.html @@ -21,4 +21,12 @@ First written: 2023/1/27 #} {% extends "base.html" %} -{% block header %}{% block title %}{{ _("Home") }}{% endblock %}{% endblock %} +{% block header %}{% block title %}{{ _("Mia! Accounting Live Demonstration") }}{% endblock %}{% endblock %} + +{% block content %} + +

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

+ +

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

+ +{% endblock %}