summaryrefslogtreecommitdiff
path: root/templates/apps/room/launch.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/apps/room/launch.html')
-rw-r--r--templates/apps/room/launch.html5
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 %}