summaryrefslogtreecommitdiff
path: root/backend/templates/stats.html
diff options
context:
space:
mode:
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/>