Ralfp 12 лет назад
Родитель
Сommit
f40a4930af
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      misago/threads/views/list.py

+ 0 - 1
misago/threads/views/list.py

@@ -50,7 +50,6 @@ class ThreadsView(BaseView):
         for thread in self.threads:
             thread.is_read = self.tracker.is_read(thread)
             thread.last_poster_ignored = thread.last_poster_id in ignored_users
-            
 
     def get_thread_actions(self):
         acl = self.request.acl.threads.get_role(self.forum)