From a9885283644bfa85ffe947854418755adb3edf6a Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Sun, 21 Oct 2012 16:45:13 +0200 Subject: sco refactor cleanup --- templates/apps/room/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/apps/room/list.html b/templates/apps/room/list.html index 52263b7..515fefd 100644 --- a/templates/apps/room/list.html +++ b/templates/apps/room/list.html @@ -40,7 +40,7 @@ {% 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}} room usage plot
  • +
  • » Hosted on {{r.sco.acc.name}} room usage plot

  • -- cgit v1.1