##// END OF EJS Templates
Updated tags view in the post popups
neko259 -
r478:d822d035 default
parent child Browse files
Show More
@@ -58,10 +58,10 b''
58 </div>
58 </div>
59 {% if post.thread_new.tags.exists %}
59 {% if post.thread_new.tags.exists %}
60 <div class="metadata">
60 <div class="metadata">
61 <span class="tags">{% trans 'Tags' %}:
61 <span class="tags">
62 {% for tag in post.thread_new.get_tags %}
62 {% for tag in post.thread_new.get_tags %}
63 <a class="tag" href="{% url 'tag' tag.name %}">
63 <a class="tag" href="{% url 'tag' tag.name %}">
64 {{ tag.name }}</a>
64 #{{ tag.name }}</a>
65 {% endfor %}
65 {% endfor %}
66 </span>
66 </span>
67 </div>
67 </div>
General Comments 0
You need to be logged in to leave comments. Login now