diff options
author | citrons <citrons@mondecitronne.com> | 2025-06-16 23:22:07 -0500 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2025-06-17 12:05:31 +0100 |
commit | 1913546a75043754bded667d393b9d82d520b8d9 (patch) | |
tree | 7784f42d638c4f932fa256db3824db7ce92077a6 | |
parent | 27b59ebdfa189f3ccf6b2989951407e6b0fe1076 (diff) |
don't show subforae if filtering by tag
-rw-r--r-- | apioforum/templates/view_forum.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 </div> {% endmacro %} -{% if page == 1 and shown_subforums %} +{% if page == 1 and shown_subforums and not tagfilter_tag %} <h2 class="listing-header">subforæ</h2> <div class="forum-list"> {% for subforum in shown_subforums %} |