diff options
author | Leif Johansson <leifj@sunet.se> | 2012-10-09 08:40:44 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2012-10-09 08:42:10 +0200 |
commit | f3b0dbaa669159ec880848f7b70220791a1427fa (patch) | |
tree | bf4ba4a791789b58fda9d120e9e08146427a88fb /templates/apps/room | |
parent | 2e2267171cf83acf2002fcc2c36ffb55b380a2ba (diff) |
- users own room
Diffstat (limited to 'templates/apps/room')
-rw-r--r-- | templates/apps/room/launch.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/apps/room/launch.html b/templates/apps/room/launch.html index 54b30c4..a7b495c 100644 --- a/templates/apps/room/launch.html +++ b/templates/apps/room/launch.html @@ -18,12 +18,15 @@ If you are hosting this meeting and are comfortable with the Adobe Connect software you may press 'Enter as Host' below to become the first host. {% endif %} </p> + <p> + The public URL of this room is <code>{{BASE_URL}}go/{{room.id}}</code>. Give this to other participants. + </p> </div> </div> <br/> <div> <form id="launch" method="GET"> - <a class="btn btn-large" href="/rooms#{{room.id}}">Cancel</a> + <button class="btn btn-large cancel" href="#">Cancel</button> {%if room.nhosts == 0 %} <a class="btn btn-large btn-success submitter" data-form="#launch" href="/promote/{{room.id}}">Enter as Host</a> {% endif %} |