susheels / django-crumbs

Automatically exported from code.google.com/p/django-crumbs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not use template filters in add_crumb tag

GoogleCodeExporter opened this issue · comments

For example...

{% add_crumb 'Foo' 'foo_url_named' obj.arg1 obj.arg2|slugify %}

...fails. obj.arg2|slugify returns None

The attached file is a patch.

Original issue reported on code.google.com by benoit.b...@gmail.com on 21 May 2010 at 3:03

Attachments: