app/soc/views/models/site_settings.py
changeset 477 8a8b1bd035c4
parent 471 dcb1f7821b39
child 482 839740b061ad
equal deleted inserted replaced
476:3b0662786f95 477:8a8b1bd035c4
    61 
    61 
    62   pass
    62   pass
    63 
    63 
    64 
    64 
    65 class View(home_settings.View):
    65 class View(home_settings.View):
    66   """View methods for the Docs model
    66   """View methods for the Document model
    67   """
    67   """
    68 
    68 
    69   def __init__(self, original_params=None, original_rights=None):
    69   def __init__(self, original_params=None, original_rights=None):
    70     """Defines the fields and methods required for the base View class
    70     """Defines the fields and methods required for the base View class
    71     to provide the user with list, public, create, edit and delete views.
    71     to provide the user with list, public, create, edit and delete views.