# HG changeset patch # User neko259 # Date 2014-01-06 08:55:58 # Node ID 3887f6d4bf6189091256028999473b3056e8a07d # Parent cef879f7095e29a8954a0ad244d278d924c8b496 Small post fix 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 %}