diff --git a/frontends/etiquette_flask/templates/tags.html b/frontends/etiquette_flask/templates/tags.html index 632ba21..b78a1cf 100644 --- a/frontends/etiquette_flask/templates/tags.html +++ b/frontends/etiquette_flask/templates/tags.html @@ -101,7 +101,6 @@ h2, h3
{% if specific_tag %} - {% do tags.remove((specific_tag.name, specific_tag)) %}

{{tag_object.tag_object( @@ -160,7 +159,7 @@ h2, h3

{{tag_count}} Tags

{% endif %}
    - {% for (qualified_name, tag) in tags %} + {% for (qualified_name, tag) in tags if tag != specific_tag %}
  • {{tag_object.tag_object(tag, link="search_musts", innertext="(+)")}} {{tag_object.tag_object(tag, link="search_forbids", innertext="(x)")}}