diff --git a/frontends/etiquette_flask/templates/tags.html b/frontends/etiquette_flask/templates/tags.html index 2a1c566..57e4ef0 100644 --- a/frontends/etiquette_flask/templates/tags.html +++ b/frontends/etiquette_flask/templates/tags.html @@ -132,14 +132,14 @@ body
  • {{tag_object.tag_object(tag, innertext='(?)', link='info')}} {{tag_object.tag_object(tag, link='search', qualified_name=True, with_alt_qualified_name=False)}} + -->
  • {% if include_synonyms %} {% for synonym in tag.synonyms() %}
  • {{tag_object.tag_object(tag, innertext='(+)', link=none)}} {{tag_object.tag_object(tag, innertext=qualified_name + '+' + synonym, link='search')}} + -->
  • {% endfor %} {% endif %} @@ -150,7 +150,7 @@ body
    - +