Ignore:
Timestamp:
03/10/10 21:30:49 (2 years ago)
Author:
takanori
Message:

fixed undefined value error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/skins/ATGoogleMaps/latlng_widget.pt

    r286 r293  
    1818      <tal:block tal:define="latitude value/latitude | string:35.7317; 
    1919                             longitude value/longitude | string:139.7278; 
    20                              zoom python:test(value.has_key('latitude'), '14', '4')"> 
     20                             zoom python:test(value, '14', '4')"> 
    2121 
    2222        <span tal:replace="structure context/latlng_map" /> 
Note: See TracChangeset for help on using the changeset viewer.