Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
fivethreeo committed Nov 15, 2011
1 parent 7283bd3 commit 5282dba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmsplugin_blog/cms_plugins.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ def render(self, context, instance, placeholder):
context.update({ context.update({
'instance': instance, 'instance': instance,
'latest': latest, 'latest': latest,
'placeholder': placeholder, 'object_list': latest,
'placeholder': placeholder
}) })
return context return context


Expand Down

0 comments on commit 5282dba

Please sign in to comment.