diff --git a/frontends/etiquette_flask/templates/tags.html b/frontends/etiquette_flask/templates/tags.html index fbdb910..482295b 100644 --- a/frontends/etiquette_flask/templates/tags.html +++ b/frontends/etiquette_flask/templates/tags.html @@ -164,7 +164,7 @@ h2, h3 {{tag_object.tag_object(tag, link="search_musts", innertext="(+)")}} {{tag_object.tag_object(tag, link="search_forbids", innertext="(x)")}} {{tag_object.tag_object(tag, link="info", innertext=qualified_name, with_alt_description=True)-}} - {% if '.' in qualified_name -%} + {% if specific_tag or '.' in qualified_name -%}