fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9a938c8
)
active menu item for picture page
author
Jan Szejko
<jan.szejko@gmail.com>
Wed, 13 Apr 2016 09:48:03 +0000
(11:48 +0200)
committer
Jan Szejko
<jan.szejko@gmail.com>
Wed, 13 Apr 2016 09:48:03 +0000
(11:48 +0200)
src/picture/views.py
patch
|
blob
|
history
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))