equal
deleted
inserted
replaced
71 """ |
71 """ |
72 |
72 |
73 pass |
73 pass |
74 |
74 |
75 class View(role.RoleView): |
75 class View(role.RoleView): |
76 """View methods for the Host model |
76 """View methods for the Host model. |
77 """ |
77 """ |
78 |
78 |
79 def __init__(self, original_params=None, original_rights=None): |
79 def __init__(self, original_params=None, original_rights=None): |
80 """Defines the fields and methods required for the base View class |
80 """Defines the fields and methods required for the base View class |
81 to provide the user with list, public, create, edit and delete views. |
81 to provide the user with list, public, create, edit and delete views. |