Changes between Version 1 and Version 2 of BluePrintRESTImplementation


Ignore:
Timestamp:
12/31/08 07:52:05 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintRESTImplementation

    v1 v2  
    1313            if method=="create":
    1414                form=t2.create(db.gis_feature)
     15                response.view='gis/add_feature.html'
    1516                return dict(module_name=module_name,modules=modules,options=options,form=form)
    1617            elif method=="display":