From 838b9d6fdbb9112ee70a72b8846f739e8a3b8879 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 5 Apr 2011 12:36:58 +0200 Subject: new skin --- src/templates/apps/room/list.html | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'src/templates/apps/room/list.html') diff --git a/src/templates/apps/room/list.html b/src/templates/apps/room/list.html index ac78f3c..203d67b 100644 --- a/src/templates/apps/room/list.html +++ b/src/templates/apps/room/list.html @@ -14,7 +14,7 @@ }); {% endblock %} {% block content %} -

Your Rooms

+

Your meeting rooms

{% if rooms %}
{% for r in rooms %} @@ -23,12 +23,10 @@

Created by {{r.creator}} {{r.timecreated|datehumanize}}.

Meeting room URL: {{r|roomurl}}

-
{% endfor %} @@ -37,9 +35,7 @@

You don't have any rooms listed right now...

{% endif %}
-
- -
+ {% endblock %} \ No newline at end of file -- cgit v1.1