app/soc/views/models/base.py
changeset 2780 0362fb7e3b3c
parent 2779 db04432cb99a
child 2855 ec2ed1571e3a
equal deleted inserted replaced
2779:db04432cb99a 2780:0362fb7e3b3c
   839 
   839 
   840     return True
   840     return True
   841 
   841 
   842   def _edit(self, request, entity, context, params):
   842   def _edit(self, request, entity, context, params):
   843     """Hook for the edit View.
   843     """Hook for the edit View.
   844   
   844 
   845     Args:
   845     Args:
   846       request: the Django request object
   846       request: the Django request object
   847       entity: entity being edited
   847       entity: entity being edited
   848       context: context for the View
   848       context: context for the View
   849       params: params for the View
   849       params: params for the View