diff options
-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 4749708..68de47e 100644 --- a/templates/apps/room/choose.html +++ b/templates/apps/room/choose.html @@ -19,7 +19,7 @@ {{room.description}} </dd> {% endif %} - <dd><a class="btn btn-success" href="{{BASE_URL}}go/{{room.id}}">Enter Room</a></dd> + <dd><a class="btn btn-success btn-small" href="{{BASE_URL}}go/{{room.id}}">Enter Room</a></dd> {% endfor %} </dl> {% endblock %}
\ No newline at end of file |