jazzband / django-floppyforms

Full control of form rendering in the templates.
http://django-floppyforms.readthedocs.org/
Other
839 stars 145 forks source link

GMapPointWidget based on PointWidget and BaseGMapWidget don't work #158

Open renanalencar opened 9 years ago

renanalencar commented 9 years ago

I followed the example showed on http://django-floppyforms.readthedocs.org/en/latest/geodjango.html#google-maps to create a PointWidget but the widget doesn't show up. However, when I use BaseOsmWidget instead, the widget appears on my form. Does anyone with the same issue?

PS.: I ran "manage.py test floppyforms" and "manage.py collectstatic" and everything is fine.

gregmuellegger commented 9 years ago

Hm, this might be related to #159