app/soc/views/models/base.py
changeset 605 4a384d412640
parent 591 530fa94faffe
child 606 65d35584ee31
equal deleted inserted replaced
604:2552e82258ed 605:4a384d412640
   162     new_params['edit_params'] = {
   162     new_params['edit_params'] = {
   163         self.DEF_SUBMIT_MSG_PARAM_NAME: self.DEF_SUBMIT_MSG_PROFILE_SAVED,
   163         self.DEF_SUBMIT_MSG_PARAM_NAME: self.DEF_SUBMIT_MSG_PROFILE_SAVED,
   164         }
   164         }
   165 
   165 
   166     self._params = dicts.merge(params, new_params)
   166     self._params = dicts.merge(params, new_params)
       
   167     self._logic = self._params['logic']
   167 
   168 
   168   def public(self, request, page_name=None, params=None, **kwargs):
   169   def public(self, request, page_name=None, params=None, **kwargs):
   169     """Displays the public page for the entity specified by **kwargs.
   170     """Displays the public page for the entity specified by **kwargs.
   170 
   171 
   171     Args:
   172     Args: