diff --git a/frontends/etiquette_flask/templates/tag_object.html b/frontends/etiquette_flask/templates/tag_object.html index fae4ff4..a7287df 100644 --- a/frontends/etiquette_flask/templates/tag_object.html +++ b/frontends/etiquette_flask/templates/tag_object.html @@ -9,7 +9,6 @@ None = no link, just a 'search' = link to /search?tag_musts=tagname 'info' = link to /tags/tagname - 'void' = javascript:void(0) with_alt_description: True: Include the description in the alt text --> @@ -25,7 +24,6 @@ {% set href = { "search": "/search?tag_musts=" + tag.name, "info": "/tag/" + tag.name, - "void": "javascript:void(0)", None: None, }.get(link, link) %}