fix in librarian
[wolnelektury.git] / apps / pdcounter / admin.py
index f946cad..e2e3fc3 100644 (file)
@@ -9,7 +9,7 @@ from pdcounter.models import BookStub, Author
 
 class BookStubAdmin(admin.ModelAdmin):
     list_display = ('title', 'author', 'slug', 'pd')
-    search_fields = ('title','author')
+    search_fields = ('title', 'author')
     ordering = ('title',)
 
     prepopulated_fields = {'slug': ('title',)}