Ignore:
Timestamp:
Jul 27, 2012 2:37:03 PM (12 years ago)
Author:
potar
Message:

trying to modify structure

File:
1 copied

Legend:

Unmodified
Added
Removed
  • quintagroup.plonegooglesitemaps/branches/two_request/sitemapview.py

    r3460 r3479  
    1010    implements(ISitemapView) 
    1111 
    12     additional_maps = ( 
    13         ('modification_date', lambda x: DateTime(x.ModificationDate).HTML4()), 
    14     ) 
     12    additional_maps = {'modification_date': lambda x: DateTime(x.ModificationDate)} 
    1513 
    1614    def getFilteredObjects(self): 
Note: See TracChangeset for help on using the changeset viewer.