aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/app/templates/answer_list.html.twig
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-03-09 17:02:49 +0900
committernsfisis <nsfisis@gmail.com>2024-03-09 17:02:49 +0900
commit7c09b3eaf62fa350c396d484850cb72c2b456aa6 (patch)
tree5801dbbbf9a8349efd8a7fe75a5ae886a67ca4cb /services/app/templates/answer_list.html.twig
parentc612b724ed047fc2769f4a407595958d21964b1e (diff)
downloadphperkaigi-2024-albatross-7c09b3eaf62fa350c396d484850cb72c2b456aa6.tar.gz
phperkaigi-2024-albatross-7c09b3eaf62fa350c396d484850cb72c2b456aa6.tar.zst
phperkaigi-2024-albatross-7c09b3eaf62fa350c396d484850cb72c2b456aa6.zip
update text
Diffstat (limited to 'services/app/templates/answer_list.html.twig')
-rw-r--r--services/app/templates/answer_list.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/app/templates/answer_list.html.twig b/services/app/templates/answer_list.html.twig
index b43acf6..3228a36 100644
--- a/services/app/templates/answer_list.html.twig
+++ b/services/app/templates/answer_list.html.twig
@@ -22,7 +22,7 @@
{% if answers|length == 0 %}
{% if is_ranking_hidden %}
<p>
- 回答が締め切られるまで、回答一覧は表示されません
+ 回答一覧の公開は 3/9 18:30 です
</p>
<p>
参加者の方で、ご自身の回答を確認する場合は、<a href="{{ url_for('login', {}, { to: url_for('answer_list', { qslug: quiz.slug }) }) }}">こちらからログインしてください</a>