Show More
@@ -70,6 +70,7 b' class ThreadView(BaseBoardView, PostMixi' | |||
|
70 | 70 | context[CONTEXT_WS_HOST] = request.get_host().split(':')[0] |
|
71 | 71 | context[CONTEXT_WS_PORT] = neboard.settings.CENTRIFUGE_PORT |
|
72 | 72 | |
|
73 | # TODO Move this to subclasses: NormalThreadView, GalleryThreadView etc | |
|
73 | 74 | if MODE_NORMAL == mode: |
|
74 | 75 | bumpable = thread_to_show.can_bump() |
|
75 | 76 | context[CONTEXT_BUMPABLE] = bumpable |
General Comments 0
You need to be logged in to leave comments.
Login now