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


Ignore:
Timestamp:
04/20/17 12:30:26 (7 years ago)
Author:
dpaluch-rp
Comment:

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