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

Alternate render path dodges Django 1.10 compatibility fix #90

Closed
ivanvenosdel opened this issue Sep 9, 2016 · 1 comment
Closed

Alternate render path dodges Django 1.10 compatibility fix #90

ivanvenosdel opened this issue Sep 9, 2016 · 1 comment

Comments

@ivanvenosdel
Copy link
Contributor

Looks like the fix for #77 got thwarted by an indentation error.

If you take a look at this compatibility code:
https://github.com/tzangms/django-bootstrap-form/blob/master/bootstrapform/templatetags/bootstrap.py#L80

It is actually under the else when it should be covering both cases. This causes the project to be Django 1.10 incompatible under certain circumstances.

@kacchan822
Copy link

+1

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