diff options
-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 %} |