From f44257450f7045b75e8a7dfa1a6115c12656bc80 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Mon, 8 Oct 2012 14:03:52 +0200 Subject: allow the user to choose weather to use the launcher or not --- templates/apps/room/launch.html | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'templates/apps/room') diff --git a/templates/apps/room/launch.html b/templates/apps/room/launch.html index 204345d..54b30c4 100644 --- a/templates/apps/room/launch.html +++ b/templates/apps/room/launch.html @@ -1,7 +1,5 @@ {% extends "base.html" %} {% load datehumanize %} -{% block widgets %} -{% endblock %} {% block content %}
- Cancel - {%if room.nhosts == 0 %} - Enter as Host - {% endif %} - Enter as Participant - +
+ Cancel + {%if room.nhosts == 0 %} + Enter as Host + {% endif %} + Enter as Participant +
+
+ Try to use add-in? + + +
+
{% endblock %} \ No newline at end of file -- cgit v1.1