diff options
| author | root <root@lalalizard.com> | 2012-12-22 13:59:21 -0500 |
|---|---|---|
| committer | root <root@lalalizard.com> | 2012-12-22 13:59:21 -0500 |
| commit | 30720d91ee4c82985703ad9041c4666fdb8c6046 (patch) | |
| tree | b03bccbbb73feac6ed2b958e631f7743111f6887 /backend/templates/stats.html | |
| parent | 7d424a0c438a6a1e12c6d2913d8f22fa7efc7df6 (diff) | |
.fm to .com migration
Diffstat (limited to 'backend/templates/stats.html')
| -rw-r--r-- | backend/templates/stats.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/templates/stats.html b/backend/templates/stats.html index a4f993b..dfa2146 100644 --- a/backend/templates/stats.html +++ b/backend/templates/stats.html @@ -12,19 +12,19 @@ <b>rooms</b> {{ rooms_total }}<br/> <b>in main room now</b> {% for user in users_in_main_room %} - <a target='_blank' href='http://scannerjammer.fm/profile/{{ user }}'>{{ user.username }}</a> + <a target='_blank' href='http://scannerjammer.com/profile/{{ user }}'>{{ user.username }}</a> {% endfor %} </br> <b>main room peak</b> {{ main_room_peak }}<br/> <br/> <b>new today</b><br/> {% for user in new_users_today %} - <a target='_blank' href='http://scannerjammer.fm/profile/{{ user }}'>{{ user.username }}</a> + <a target='_blank' href='http://scannerjammer.com/profile/{{ user }}'>{{ user.username }}</a> {% endfor %} <br/><br/> <b>visitors today</b><br/> {% for user in users_today %} - <a target='_blank' href='http://scannerjammer.fm/profile/{{ user }}'>{{ user.username }}</a> + <a target='_blank' href='http://scannerjammer.com/profile/{{ user }}'>{{ user.username }}</a> {% endfor %} <br/><br/> <br/> |
