diff options
-rw-r--r-- | template/not-started.phtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/not-started.phtml b/template/not-started.phtml index 9c227e2..043474c 100644 --- a/template/not-started.phtml +++ b/template/not-started.phtml @@ -1,3 +1,7 @@ <div class="container about"> <h1><?=h($conference->getTitle())?> has not started yet</h1> + + <p> + Live streams will be available here once it has started. Please check back later. + </p> </div> |