diff options
author | Florian Larysch | 2015-09-02 16:04:14 +0200 |
---|---|---|
committer | Florian Larysch | 2015-09-02 16:04:14 +0200 |
commit | 3fe5f315da97c77067ee27355f5aeace47ca8c05 (patch) | |
tree | 008872920c9751187675226ee8f5e840f82c6013 | |
parent | bb0581ce1d5e0ac33e162e3452ffb29c27f0a64e (diff) |
add some text to the not-started page to make it look less bleak
Diffstat (limited to '')
-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> |