Skip to content

Commit

Permalink
Update collective/plonetruegallery/browser/views/galleryview.py
Browse files Browse the repository at this point in the history
added copyright information
  • Loading branch information
eehmke committed Oct 11, 2012
1 parent ec0a2ec commit 7a2f690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions collective/plonetruegallery/browser/views/galleryview.py
Expand Up @@ -104,6 +104,7 @@ def get_image(self):
'src': image['image_url'],
'title': image['title'],
'description': image['description'],
'copyright': image['copyright'],
'image-link': portlet_adapter.image_link(),
'next-url': portlet_adapter.next_image_url_params(),
'prev-url': portlet_adapter.prev_image_url_params()
Expand Down

0 comments on commit 7a2f690

Please sign in to comment.