From f68fed678ba5128f46c2daddf58491e1f06f26f6 Mon Sep 17 00:00:00 2001 From: nonmakina Date: Sun, 21 Feb 2021 16:38:00 -0600 Subject: [PATCH] fix --- templates/themes/categories/news.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/themes/categories/news.html b/templates/themes/categories/news.html index 1b89f3f6..27479a25 100644 --- a/templates/themes/categories/news.html +++ b/templates/themes/categories/news.html @@ -75,13 +75,13 @@ {{ boardStat.hourly_ips }} - {{ board.daily_ips }} + {{ boardStat.daily_ips }} - {{ board.bidaily_ips }} + {{ boardStat.bidaily_ips }} - {{ board.tridaily_ips }} + {{ boardStat.tridaily_ips }} {% endfor %}