summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2012-11-01 01:28:15 +0100
committerLeif Johansson <leifj@sunet.se>2012-11-01 01:28:15 +0100
commit6c2bacbd3228243f8e2fe0509ccd842258bab164 (patch)
treec374f51a872d05651ca28540a3b5dcc5c000d7d5 /templates
parentdb12b0bb274351b25ff9526d4bd632971aeb55f9 (diff)
use name
Diffstat (limited to 'templates')
-rw-r--r--templates/apps/room/choose.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/apps/room/choose.html b/templates/apps/room/choose.html
index c933b5a..fbd6304 100644
--- a/templates/apps/room/choose.html
+++ b/templates/apps/room/choose.html
@@ -9,7 +9,7 @@
</div>
<ul class="unstyled">
{% for room in rooms %}
- <li><a href="{{BASE_URL}}go/{{room.id}}">{{room}} hosted on {{room.sco.acc.name}}</a></li>
+ <li><a href="{{BASE_URL}}go/{{room.id}}">{{room.name}} hosted on {{room.sco.acc.name}}</a></li>
{% endfor %}
</ul>
{% endblock %} \ No newline at end of file