jazzband / django-floppyforms

Full control of form rendering in the templates.
http://django-floppyforms.readthedocs.org/
Other
839 stars 145 forks source link

floppyforms template tags should support using template filters #114

Open ddanier opened 10 years ago

ddanier commented 10 years ago

Instead of template.Variable floppyforms should use parser.compile_filter whenever possible. Currently you need to work around this using {% with … %} around the floppyforms template tags.