# HG changeset patch # User neko259 # Date 2014-01-06 08:47:37 # Node ID d822d03528d942b53d316eb6ba47ec3213c5eeb4 # Parent 698b9c42abff58efb5ebcab31444e77a83535e5e Updated tags view in the post popups 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 %}