fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
main.scss
[wolnelektury.git]
/
src
/
picture
/
views.py
diff --git
a/src/picture/views.py
b/src/picture/views.py
index
35e9b5f
..
c0be52e
100644
(file)
--- 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(),
'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,
'image_url': picture.image_file.url,
'width': picture.width,
'height': picture.height,