Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
fivethreeo opened this issue Oct 27, 2012 · 2 comments
Closed

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

fivethreeo opened this issue Oct 27, 2012 · 2 comments

Comments

@fivethreeo
Copy link

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
Copy link
Collaborator

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
Copy link
Author

seems fixed :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants