##// END OF EJS Templates
Same as previous, but even more
neko259 -
r1310:c48ffdc6 2.9.0 default
parent child Browse files
Show More
@@ -17,12 +17,10 b''
17 {{ image.get_view }}
17 {{ image.get_view }}
18 {% endautoescape %}
18 {% endautoescape %}
19 {% with image.get_random_associated_post as post %}
19 {% with image.get_random_associated_post as post %}
20 <a href="{{ post.get_absolute_url }}">>>{{ post.id }}</a>
20 {{ post.get_link_view|safe }}
21 <div>
21 <div>
22 {% for tag in post.get_thread.get_required_tags.all %}
22 {% for tag in post.get_thread.get_required_tags.all %}
23 {% autoescape off %}
23 {{ tag.get_view|safe }}{% if not forloop.last %},{% endif %}
24 {{ tag.get_view }}{% if not forloop.last %},{% endif %}
25 {% endautoescape %}
26 {% endfor %}
24 {% endfor %}
27 </div>
25 </div>
28 {% endwith %}
26 {% endwith %}
General Comments 0
You need to be logged in to leave comments. Login now