pep8 and other code-style changes
[wolnelektury.git] / src / social / templatetags / social_tags.py
index 7065467..9ba3acc 100755 (executable)
@@ -67,6 +67,7 @@ def book_shelf_tags(request, book_id):
         return None
     book = Book.objects.get(pk=book_id)
     lks = likes(request.user, book, request)
+
     def get_value():
         if not lks:
             return ''