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

Use field.id_for_label instead of field.auto_id #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nikolas
Copy link
Contributor

@nikolas nikolas commented Mar 4, 2015

This fixes a bug when specifying a custom id for a field and rendering
it with the |bootstrap filter.

When using field.auto_id in the label's for attribute, this is
always set to the default value instead of the custom id.

Also fix a typo in the tests: file_fied -> file_field

This fixes a bug when specifying a custom id for a field and rendering
it with the `|bootstrap` filter.

When using `field.auto_id` in the label's `for` attribute, this is
always set to the default value instead of the custom `id`.

Also fix a typo in the tests: file_fied -> file_field
@coveralls
Copy link

Coverage Status

Coverage remained the same at 85.98% when pulling d219330 on nikolas:use-id-for-label into 629d82d on tzangms:master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 85.98% when pulling d219330 on nikolas:use-id-for-label into 629d82d on tzangms:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 85.98% when pulling d219330 on nikolas:use-id-for-label into 629d82d on tzangms:master.

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

Successfully merging this pull request may close these issues.

2 participants