summaryrefslogtreecommitdiff
path: root/backend/templates/stats.html
diff options
context:
space:
mode:
authorroot <root@lalalizard.com>2012-12-22 13:59:21 -0500
committerroot <root@lalalizard.com>2012-12-22 13:59:21 -0500
commit30720d91ee4c82985703ad9041c4666fdb8c6046 (patch)
treeb03bccbbb73feac6ed2b958e631f7743111f6887 /backend/templates/stats.html
parent7d424a0c438a6a1e12c6d2913d8f22fa7efc7df6 (diff)
.fm to .com migration
Diffstat (limited to 'backend/templates/stats.html')
-rw-r--r--backend/templates/stats.html6
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 %}
- &nbsp;<a target='_blank' href='http://scannerjammer.fm/profile/{{ user }}'>{{ user.username }}</a>
+ &nbsp;<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 %}
- &nbsp;<a target='_blank' href='http://scannerjammer.fm/profile/{{ user }}'>{{ user.username }}</a>
+ &nbsp;<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 %}
- &nbsp;<a target='_blank' href='http://scannerjammer.fm/profile/{{ user }}'>{{ user.username }}</a>
+ &nbsp;<a target='_blank' href='http://scannerjammer.com/profile/{{ user }}'>{{ user.username }}</a>
{% endfor %}
<br/><br/>
<br/>