-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fix for issue #20 #22
Comments
Hi! That's a solution to this problem. Nice job! I will include your fix in next release as soon as possible. You can also make a pull request next time. |
I've included your fix in |
Once you're ready, make a pull request and I'll be happy to review your changes. Looking forward to it. Good luck! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi I left a comment in issue #20 but in case you don't see that ....
Issue can be fixed my moving one line of code in the init of the SpatialLocationField in forms.py. I suspect this might also be the case if you are using Location Field.
So move the line
self.widget = MapInput(map_attrs=map_attrs, )
below the
super().init(*args, **kwargs)
so the def init is now ....
The text was updated successfully, but these errors were encountered: