Changes between Initial Version and Version 1 of Ticket #28039, comment 5
- Timestamp:
- Apr 20, 2017, 7:30:26 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28039, comment 5
initial v1 4 4 I'm fixed my application the same way. 5 5 6 ```class GoogleMapWidget(forms.BaseGeometryWidget): 6 {{{ 7 class GoogleMapWidget(forms.BaseGeometryWidget): 7 8 8 9 map_width = 800 … … 19 20 super_context.update(context) 20 21 return super_context 21 ``` 22 }}}