Skip to content

Commit

Permalink
Sample template tag was fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Nov 24, 2009
1 parent 34a91b7 commit 58a5360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_app_template/templatetags/app_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

@register.inclusion_tag('app_template/message.html')
def counter(object):
return dict('settings': settings)
return dict(settings=settings)

0 comments on commit 58a5360

Please sign in to comment.