django-floppyforms icon indicating copy to clipboard operation
django-floppyforms copied to clipboard

floppyforms template tags should support using template filters

Open ddanier opened this issue 10 years ago • 0 comments

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.

ddanier avatar Jul 08 '14 19:07 ddanier