diff --git a/frontends/etiquette_flask/templates/tags.html b/frontends/etiquette_flask/templates/tags.html index e75e538..b3a86b2 100644 --- a/frontends/etiquette_flask/templates/tags.html +++ b/frontends/etiquette_flask/templates/tags.html @@ -123,7 +123,7 @@ body {% for ancestor in specific_tag.get_parents() %}
  • {{tag_object.tag_object(ancestor, innertext='(?)', link='info')}} - {{tag_object.tag_object(ancestor, innertext=ancestor.name + '.' + specific_tag.name, link=none, with_alt_description=True)}} + {{tag_object.tag_object(ancestor, innertext=ancestor.name, link=none, with_alt_description=True)}}
  • {% endfor %}