From d2c26c37d27db94d59b6863780173ba68868af59 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 11 Oct 2011 22:04:38 +0200 Subject: per-room first-participant-host-policy --- src/templates/apps/room/list.html | 1 + 1 file changed, 1 insertion(+) (limited to 'src/templates/apps/room') diff --git a/src/templates/apps/room/list.html b/src/templates/apps/room/list.html index 4b7cc01..d24c17c 100644 --- a/src/templates/apps/room/list.html +++ b/src/templates/apps/room/list.html @@ -37,6 +37,7 @@
  • » Created by {{r.creator}} {{r.timecreated|datehumanize}}.
  • » {%if r.nusers%}There are {{r.nusers}} users present, {{r.nhosts}} of whom are hosts.{%else%}The room is currently unoccupied.{%endif%}
  • {% if r.self_cleaning %}
  • » Room will be reset when empty.
  • {%else%}
  • » Room state is preserved between sessions.
  • {% endif %} + {% if r.allow_host %}
  • » First participant can elect to become host.
  • {% endif %} {% if r.lastvisited %}
  • » Last visited {{r.lastvisited|datehumanize}}
  • {%endif%}
  • » Hosted on {{r.acc.name}}
  • -- cgit v1.1