Show More
@@ -369,3 +369,8 b' li {' | |||||
369 | #id_q { |
|
369 | #id_q { | |
370 | margin-left: 1ex; |
|
370 | margin-left: 1ex; | |
371 | } |
|
371 | } | |
|
372 | ||||
|
373 | .br { | |||
|
374 | margin-top: 0.5em; | |||
|
375 | margin-bottom: 0.5em; | |||
|
376 | } |
@@ -133,5 +133,5 b' class AllThreadsView(PostMixin, BaseBoar' | |||||
133 | Gets list of threads that will be shown on a page. |
|
133 | Gets list of threads that will be shown on a page. | |
134 | """ |
|
134 | """ | |
135 |
|
135 | |||
136 |
return Thread.objects. |
|
136 | return Thread.objects.order_by('-bump_time')\ | |
137 | .exclude(tags__in=self.settings_manager.get_hidden_tags()) |
|
137 | .exclude(tags__in=self.settings_manager.get_hidden_tags()) |
General Comments 0
You need to be logged in to leave comments.
Login now