Show More
@@ -33,9 +33,9 b'' | |||
|
33 | 33 | <span class="title">{{ post.title }}</span> |
|
34 | 34 | <a class="post_id" href="{% post_object_url post thread=thread %}"> |
|
35 | 35 | ({{ post.id }}) </a> |
|
36 |
|
|
|
36 | <span class="pub_time">{{ post.pub_time }}</span> | |
|
37 | 37 | {% if thread.archived %} |
|
38 |
— |
|
|
38 | — {{ thread.bump_time }} | |
|
39 | 39 | {% endif %} |
|
40 | 40 | {% if not truncated and not thread.archived %} |
|
41 | 41 | [<a href="#" onclick="javascript:addQuickReply('{{ post.id }}') |
General Comments 0
You need to be logged in to leave comments.
Login now