diff --git a/templates/themes/categories/news.html b/templates/themes/categories/news.html index 27479a25..4aadc633 100644 --- a/templates/themes/categories/news.html +++ b/templates/themes/categories/news.html @@ -37,9 +37,8 @@ {% trans "Board" %} {% trans "PPH" %} {% trans "IPs last hour" %} - {% trans "IPs last 24 hours
(lynxchan-style)" %} - {% trans "IPs last 48 hours" %} - {% trans "IPs last 72 hours
(8ch-style)" %} + {% trans "IPs last day" %} + {% trans "IPs last week" %} @@ -57,10 +56,7 @@ {{ stats.daily_ips }} - {{ stats.bidaily_ips }} - - - {{ stats.tridaily_ips }} + {{ stats.weekly_ips }} {% for boardStat in stats.boards %} @@ -78,10 +74,7 @@ {{ boardStat.daily_ips }} - {{ boardStat.bidaily_ips }} - - - {{ boardStat.tridaily_ips }} + {{ boardStat.weekly_ips }} {% endfor %}