diff options
author | Leif Johansson <leifj@sunet.se> | 2012-11-01 15:54:27 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2012-11-01 15:54:27 +0100 |
commit | 64fa68a57d23d0b114b4627b4b092fde72667bc6 (patch) | |
tree | 79780c841ce8a49519f656c7a408af18517e8336 /templates/apps | |
parent | 7f5d1750e82ff7cb2a9448672e7993811630d446 (diff) |
style improvement
Diffstat (limited to 'templates/apps')
-rw-r--r-- | templates/apps/room/choose.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/apps/room/choose.html b/templates/apps/room/choose.html index 6771565..3d9f142 100644 --- a/templates/apps/room/choose.html +++ b/templates/apps/room/choose.html @@ -13,9 +13,6 @@ <dd> Hosted on {{room.sco.acc.name}} </dd> - <dd> - <a href="{{BASE_URL}}go/{{room.id}}">{{BASE_URL}}go/{{room.id}}</a> - </dd> {% if room.description %} <dd> {{room.description}} |