# HG changeset patch # User neko259 # Date 2014-10-26 21:37:57 # Node ID 3138fe5577f135f449c22cef68936b4639324adf # Parent 2bce3a4716aab5f6cd6fef38b25ddcda776dc8db Added a todo in the thread view diff --git a/boards/views/thread.py b/boards/views/thread.py --- a/boards/views/thread.py +++ b/boards/views/thread.py @@ -70,6 +70,7 @@ class ThreadView(BaseBoardView, PostMixi context[CONTEXT_WS_HOST] = request.get_host().split(':')[0] context[CONTEXT_WS_PORT] = neboard.settings.CENTRIFUGE_PORT + # TODO Move this to subclasses: NormalThreadView, GalleryThreadView etc if MODE_NORMAL == mode: bumpable = thread_to_show.can_bump() context[CONTEXT_BUMPABLE] = bumpable