Ticket #11810: 11810.patch

File 11810.patch, 596 bytes (added by Robert Coup, 15 years ago)

Against r11479

  • django/contrib/gis/templates/gis/admin/openlayers.js

     
    9292  var mod = new OpenLayers.Control.ModifyFeature(lyr, {'displayClass': 'olControlModifyFeature'});
    9393  {{ module }}.controls = [nav, draw_ctl, mod];
    9494  {% else %}
    95   {{ module }}.controls = [nav, darw_ctl];
     95  {{ module }}.controls = [nav, draw_ctl];
    9696  {% endif %} 
    9797}
    9898{{ module }}.init = function(){
Back to Top