Closed fivethreeo closed 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.
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.
pip install django-floppyforms==dev
seems fixed :)
Example:
Both fields will receive the same field_classes as the first one.