Browse Source

Small formating fix

Ralfp 12 years ago
parent
commit
f40a4930af
1 changed files with 0 additions and 1 deletions
  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:
         for thread in self.threads:
             thread.is_read = self.tracker.is_read(thread)
             thread.is_read = self.tracker.is_read(thread)
             thread.last_poster_ignored = thread.last_poster_id in ignored_users
             thread.last_poster_ignored = thread.last_poster_id in ignored_users
-            
 
 
     def get_thread_actions(self):
     def get_thread_actions(self):
         acl = self.request.acl.threads.get_role(self.forum)
         acl = self.request.acl.threads.get_role(self.forum)