app/soc/views/models/home_settings.py
changeset 499 d22e4fe8e64b
parent 494 5e9c656a1b68
child 502 e1e24c0a4e82
equal deleted inserted replaced
498:1cd81063a4c6 499:d22e4fe8e64b
    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 Document 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.