diff options
Diffstat (limited to 'templates/apps/room')
-rw-r--r-- | templates/apps/room/choose.html | 2 |
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 |