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

Bug Fix for Book Collections #32

Closed
mishawagon opened this issue Jun 5, 2013 · 0 comments
Closed

Bug Fix for Book Collections #32

mishawagon opened this issue Jun 5, 2013 · 0 comments

Comments

@mishawagon
Copy link

Hello,

There seems to be a small bug in the book collections code. Here is the diff that fixed it. I tried to commit and push the change, but was denied with a 403. Anyway, thank you for these great examples!

--- a/examples/books_collection/collection/forms.py
+++ b/examples/books_collection/collection/forms.py
@@ -4,7 +4,7 @@

Use of this source code is governed by a BSD-style

license that can be found in the LICENSE file.

-from flaskext import wtf
+from flask.ext import wtf

@fsouza fsouza closed this as completed Apr 22, 2014
@fsouza fsouza reopened this Apr 22, 2014
@fsouza fsouza closed this as completed in 5206ec7 Apr 23, 2014
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