X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ef93835e5356373ea5190e070cce80d42df616b0..159b148e9d37274930d6c0f76c365d333f16fd87:/src/social/templatetags/social_tags.py diff --git a/src/social/templatetags/social_tags.py b/src/social/templatetags/social_tags.py index ce61985d2..898d3ba4a 100755 --- a/src/social/templatetags/social_tags.py +++ b/src/social/templatetags/social_tags.py @@ -46,4 +46,4 @@ def book_shelf_tags(request, book_id): return '' ctx = {'tags': tags} return template.loader.render_to_string('social/shelf_tags.html', ctx) - return lazy(get_value, unicode)() + return lazy(get_value, str)()