From 536f3390aaf134692f18cb5a0d64c02e6907ef7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Tue, 11 Apr 2023 22:19:29 +0800 Subject: [PATCH] Revised the home page of the test site. --- tests/test_site/templates/home.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 %}