summaryrefslogtreecommitdiff
path: root/backend/templates/stats.html
diff options
context:
space:
mode:
authorroot <root@lalalizard.com>2012-12-19 03:38:54 -0500
committerroot <root@lalalizard.com>2012-12-19 03:38:54 -0500
commita79d045cc366670d87a4782acc79ec2955c71dd1 (patch)
tree95c469c388a1f2b54cdcd4214d02eba1dbab6000 /backend/templates/stats.html
parente6eef4f848d76a14fcd692de49d6e337acbf3384 (diff)
back to .fm
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 dfa2146..a4f993b 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.com/profile/{{ user }}'>{{ user.username }}</a>
+ &nbsp;<a target='_blank' href='http://scannerjammer.fm/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.com/profile/{{ user }}'>{{ user.username }}</a>
+ &nbsp;<a target='_blank' href='http://scannerjammer.fm/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.com/profile/{{ user }}'>{{ user.username }}</a>
+ &nbsp;<a target='_blank' href='http://scannerjammer.fm/profile/{{ user }}'>{{ user.username }}</a>
{% endfor %}
<br/><br/>
<br/>