jazzband / django-floppyforms

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

Context should be pushed / poped upon each formrow rendering #55

Closed fivethreeo closed 12 years ago

fivethreeo commented 12 years ago

Example:

{% form form using %}
    {% formrow form.navn with field_classes="span2" %}
    {% formrow form.email  %}
{% endform %}

Both fields will receive the same field_classes as the first one.

brutasse commented 12 years ago

This should have been fixed in #43, which isn't part of any release yet. Can you try with the latest git? You should be able to get it by running pip install django-floppyforms==dev.

fivethreeo commented 12 years ago

seems fixed :)