Merge branch 'blockcontainer' of github.com:melinath/philo into blockcontainer
authormelinath <stephen.r.burrows@gmail.com>
Wed, 9 Jun 2010 21:57:18 +0000 (17:57 -0400)
committermelinath <stephen.r.burrows@gmail.com>
Wed, 9 Jun 2010 21:57:18 +0000 (17:57 -0400)
1  2 
templatetags/containers.py

@@@ -119,5 -119,4 +119,5 @@@ def do_container(parser, token)
                
        else: # error
                raise template.TemplateSyntaxError('"%s" template tag provided without arguments (at least one required)' % tag)
 -register.tag('container', do_container)
 +register.tag('container', do_container)
- register.tag('blockcontainer', do_container)
++register.tag('blockcontainer', do_container)