aboutsummaryrefslogtreecommitdiffhomepage
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/app/templates/login.html.twig3
1 files changed, 3 insertions, 0 deletions
diff --git a/services/app/templates/login.html.twig b/services/app/templates/login.html.twig
index e21b32f..41459f5 100644
--- a/services/app/templates/login.html.twig
+++ b/services/app/templates/login.html.twig
@@ -1,5 +1,8 @@
{% extends '_page.html.twig' %}
{% block content %}
+ <p>
+ fortee のユーザ名とパスワードを使ってログインしてください
+ </p>
{{ include('form/_form.html.twig') }}
{% endblock %}