Browse Source

fix build

Rafał Pitoń 8 years ago
parent
commit
55c971e479
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/threads/threadtypes/thread.py

+ 1 - 1
misago/threads/threadtypes/thread.py

@@ -45,7 +45,7 @@ class Thread(ThreadType):
         )
         )
 
 
     def get_category_read_api_url(self, category):
     def get_category_read_api_url(self, category):
-        return '{,}?category={,}'.format(reverse('misago:api:thread-read'), category.pk)
+        return '{}?category={}'.format(reverse('misago:api:thread-read'), category.pk)
 
 
     def get_thread_absolute_url(self, thread, page=1):
     def get_thread_absolute_url(self, thread, page=1):
         if page > 1:
         if page > 1: