From db156f85b86c2eb60e5fbcbf5e555f4b5d4e2aed Mon Sep 17 00:00:00 2001 From: Masahiro Honma Date: Sat, 10 Sep 2011 00:14:25 +0900 Subject: [PATCH] Add templates to use when it fails to load info of the page. --- script/moto.tt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/script/moto.tt b/script/moto.tt index 1b87251..e66a485 100644 --- a/script/moto.tt +++ b/script/moto.tt @@ -68,6 +68,11 @@ [% END %] +[% IF page.rooms.size == 0 %] + + [% page.name | html %]の情報は読み込めませんでした。 + +[% END %] [% END %]