diff --git a/boards/templates/boards/all_threads.html b/boards/templates/boards/all_threads.html --- a/boards/templates/boards/all_threads.html +++ b/boards/templates/boards/all_threads.html @@ -44,12 +44,19 @@ + height="{{ image.pre_height }}" + alt="{{ random_image_post.id }}"/> {% endwith %} {% endif %}

+ /{{ tag.get_view|safe }}/ + {% if perms.change_tag %} + | {% trans 'Edit tag' %} + {% endif %} +

+

{% if is_favorite %} @@ -64,11 +71,7 @@ {% endif %}
- /{{ tag.get_view|safe }}/ - {% if perms.change_tag %} - | {% trans 'Edit tag' %} - {% endif %} - +

{% if tag.get_description %}

{{ tag.get_description|safe }}

{% endif %}