From 1913546a75043754bded667d393b9d82d520b8d9 Mon Sep 17 00:00:00 2001 From: citrons Date: Mon, 16 Jun 2025 23:22:07 -0500 Subject: don't show subforae if filtering by tag --- 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 c315550..7aca977 100644 --- a/apioforum/templates/view_forum.html +++ b/apioforum/templates/view_forum.html @@ -124,7 +124,7 @@ you do not have permission to create threads in this forum {% endmacro %} -{% if page == 1 and shown_subforums %} +{% if page == 1 and shown_subforums and not tagfilter_tag %}

subforæ

{% for subforum in shown_subforums %} -- cgit v1.2.3