From 2bdad0ae7a3a6e4ec5116becd39910388b679ed2 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 4 Oct 2012 15:39:08 +0200 Subject: restructure --- src/templates/apps/room/launch.html | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 src/templates/apps/room/launch.html (limited to 'src/templates/apps/room/launch.html') diff --git a/src/templates/apps/room/launch.html b/src/templates/apps/room/launch.html deleted file mode 100644 index 204345d..0000000 --- a/src/templates/apps/room/launch.html +++ /dev/null @@ -1,34 +0,0 @@ -{% extends "base.html" %} -{% load datehumanize %} -{% block widgets %} -{% endblock %} -{% block content %} - -
-
-

- Note - You are about to enter the meeting room '{{room.name}}'. - {%if room.nusers == 0 %} - You are the first user to enter the room. - {%else%} - There are {{room.nusers}} other participants in the room right now. - {% endif %} - {%if room.nhosts == 0 %} There are no hosts in the room right now. This means that the participants in the room may not be able to make full use of the room. - 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 %} -

-
-
-
-
- Cancel - {%if room.nhosts == 0 %} - Enter as Host - {% endif %} - Enter as Participant - -
-{% endblock %} \ No newline at end of file -- cgit v1.1