app/soc/views/models/home_settings.py
changeset 477 8a8b1bd035c4
parent 471 dcb1f7821b39
child 492 4abdeedfc08e
equal deleted inserted replaced
476:3b0662786f95 477:8a8b1bd035c4
    94 
    94 
    95   pass
    95   pass
    96 
    96 
    97 
    97 
    98 class View(base.View):
    98 class View(base.View):
    99   """View methods for the Docs model
    99   """View methods for the Document model
   100   """
   100   """
   101 
   101 
   102   def __init__(self, original_params=None, original_rights=None):
   102   def __init__(self, original_params=None, original_rights=None):
   103     """Defines the fields and methods required for the base View class
   103     """Defines the fields and methods required for the base View class
   104     to provide the user with list, public, create, edit and delete views.
   104     to provide the user with list, public, create, edit and delete views.