Show More
@@ -22,10 +22,7 b'' | |||||
22 | {% endif %} |
|
22 | {% endif %} | |
23 | <time datetime="{{ post.pub_time|date:'c' }}">{{ post.pub_time }}</time></span> |
|
23 | <time datetime="{{ post.pub_time|date:'c' }}">{{ post.pub_time }}</time></span> | |
24 | {% if post.tripcode %} |
|
24 | {% if post.tripcode %} | |
25 | / |
|
25 | / {{ post.get_tripcode.get_view|safe }} | |
26 | {% with tripcode=post.get_tripcode %} |
|
|||
27 | {{ tripcode.get_view|safe }} |
|
|||
28 | {% endwith %} |
|
|||
29 | {% endif %} |
|
26 | {% endif %} | |
30 | {% comment %} |
|
27 | {% comment %} | |
31 | Thread death time needs to be shown only if the thread is alredy archived |
|
28 | Thread death time needs to be shown only if the thread is alredy archived |
General Comments 0
You need to be logged in to leave comments.
Login now