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 @@ -56,7 +56,7 @@ {% endif %} -{% if post.thread_new.tags.exists %} +{% if post.is_opening and post.thread_new.tags.exists %}
{% for tag in post.thread_new.get_tags %}