diff --git a/boards/templates/boards/post.html b/boards/templates/boards/post.html --- a/boards/templates/boards/post.html +++ b/boards/templates/boards/post.html @@ -58,10 +58,10 @@ {% if post.thread_new.tags.exists %}
- {% trans 'Tags' %}: + {% for tag in post.thread_new.get_tags %} - {{ tag.name }} + #{{ tag.name }} {% endfor %}