X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f29c8cb6c8bb788fe4dcd93f59dee829d1281c69..527055abe52213eebc02175dd192841966735e18:/src/picture/views.py diff --git a/src/picture/views.py b/src/picture/views.py index 35e9b5f8d..c0be52e2d 100644 --- a/src/picture/views.py +++ b/src/picture/views.py @@ -82,6 +82,10 @@ def picture_page(request, key=None): 'id': picture.id, 'title': picture.title, 'author': picture.author_unicode(), + 'epoch': picture.tag_unicode('epoch'), + 'kind': picture.tag_unicode('kind'), + 'genre': picture.tag_unicode('genre'), + 'style': picture.extra_info['style'], 'image_url': picture.image_file.url, 'width': picture.width, 'height': picture.height,