Open ddanier opened 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.
template.Variable
parser.compile_filter
{% with … %}
Instead of
template.Variable
floppyforms should useparser.compile_filter
whenever possible. Currently you need to work around this using{% with … %}
around the floppyforms template tags.