From 46316b9f7358cd1b8ccf9a0618814d9b1f90fc50 Mon Sep 17 00:00:00 2001 From: citrons Date: Tue, 17 Jun 2025 10:02:09 -0500 Subject: fix bug: s/no threads/no new threads --- apioforum/templates/view_forum.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apioforum/templates/view_forum.html b/apioforum/templates/view_forum.html index 2bdb5a4..d675c16 100644 --- a/apioforum/templates/view_forum.html +++ b/apioforum/templates/view_forum.html @@ -118,7 +118,7 @@ you do not have permission to create threads in this forum {% if subforum.updated %} last activity {{ts(subforum.updated)}} ago {% else %} - no threads + no new threads {% endif %} -- cgit v1.2.3