projects
/
Plinn.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
bugfix : copier/coller hasardeux.
[Plinn.git]
/
skins
/
photo_theme
/
member_albums.py
1
##parameters=
2
3
from
Products
.
realis
.
utils
import
searchContentsWithLocalRolesForAuthenticatedUser
as
search
4
5
results
=
search
(
context
,
portal_type
=
'Portfolio'
)
6
return
context
.
member_albums_template
(
results
=
results
)