summaryrefslogtreecommitdiff
path: root/templates/apps
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2012-11-01 01:37:40 +0100
committerLeif Johansson <leifj@sunet.se>2012-11-01 01:37:40 +0100
commit60c102e4b75a083f4c0b73256ac55eef1876ee08 (patch)
treee2d340e3b42c2b938740c6abc8397ce8d48dda33 /templates/apps
parent3a7913e2d74ccc95b570280ac9be59fe21ced3ea (diff)
better styling?
Diffstat (limited to 'templates/apps')
-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 8c6adda..4749708 100644
--- a/templates/apps/room/choose.html
+++ b/templates/apps/room/choose.html
@@ -18,8 +18,8 @@
<dd>
{{room.description}}
</dd>
- <dd><a class="btn btn-success" href="{{BASE_URL}}go/{{room.id}}">Enter Room</a></dd>
{% endif %}
+ <dd><a class="btn btn-success" href="{{BASE_URL}}go/{{room.id}}">Enter Room</a></dd>
{% endfor %}
</dl>
{% endblock %} \ No newline at end of file