Changes between Initial Version and Version 1 of Ticket #28039, comment 5


Ignore:
Timestamp:
Apr 20, 2017, 7:30:26 AM (7 years ago)
Author:
dpaluch-rp

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28039, comment 5

    initial v1  
    44I'm fixed my application the same way.
    55
    6 ```class GoogleMapWidget(forms.BaseGeometryWidget):
     6{{{
     7class GoogleMapWidget(forms.BaseGeometryWidget):
    78
    89    map_width = 800
     
    1920        super_context.update(context)
    2021        return super_context
    21 ```
     22}}}
Back to Top