fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
turn off banner
[wolnelektury.git]
/
src
/
picture
/
views.py
diff --git
a/src/picture/views.py
b/src/picture/views.py
index
5de38b2
..
381866a
100644
(file)
--- a/
src/picture/views.py
+++ b/
src/picture/views.py
@@
-53,6
+53,7
@@
def picture_detail(request, slug):
'picture': picture,
'themes': theme_things.get('theme', []),
'things': theme_things.get('thing', []),
'picture': picture,
'themes': theme_things.get('theme', []),
'things': theme_things.get('thing', []),
+ 'active_menu_item': 'gallery',
}, context_instance=RequestContext(request))
}, context_instance=RequestContext(request))