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)
templatetags/containers.py

index ac43256..490b56b 100644 (file)
@@ -120,4 +120,4 @@ 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('blockcontainer', do_container)
\ No newline at end of file
+register.tag('blockcontainer', do_container)