##// END OF EJS Templates
Fixed tags in post popups
neko259 -
r477:698b9c42 default
parent child Browse files
Show More
@@ -56,10 +56,10 b''
56 </div>
56 </div>
57 {% endif %}
57 {% endif %}
58 </div>
58 </div>
59 {% if post.thread.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">{% trans 'Tags' %}:
62 {% for tag in post.thread.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 %}
@@ -67,4 +67,4 b''
67 </div>
67 </div>
68 {% endif %}
68 {% endif %}
69 </div>
69 </div>
70 {% endspaceless %} No newline at end of file
70 {% endspaceless %}
General Comments 0
You need to be logged in to leave comments. Login now