diff --git a/boards/templates/boards/base.html b/boards/templates/boards/base.html --- a/boards/templates/boards/base.html +++ b/boards/templates/boards/base.html @@ -34,7 +34,7 @@ {% trans "All threads" %} {% for tag in tags %} {{ tag.name }} + >#{{ tag.name }} {% endfor %} [...] diff --git a/boards/templates/boards/tags.html b/boards/templates/boards/tags.html --- a/boards/templates/boards/tags.html +++ b/boards/templates/boards/tags.html @@ -20,13 +20,13 @@ class="not_fav">★ {% endif %} - {{ tag.name }} + #{{ tag.name }} ({{ tag.get_post_count }} {% trans 'threads' %}) {% if tag.linked %} ( + {% for linked_tag in tag.get_linked_tags %} - {{ linked_tag.name }} + #{{ linked_tag.name }} {% endfor %} )