app/soc/views/models/sponsor.py
changeset 499 d22e4fe8e64b
parent 494 5e9c656a1b68
child 502 e1e24c0a4e82
equal deleted inserted replaced
498:1cd81063a4c6 499:d22e4fe8e64b
    77       raise forms.ValidationError("This link name is in wrong format.")
    77       raise forms.ValidationError("This link name is in wrong format.")
    78     return link_name
    78     return link_name
    79 
    79 
    80 
    80 
    81 class View(base.View):
    81 class View(base.View):
    82   """View methods for the Sponsor model
    82   """View methods for the Sponsor model.
    83   """
    83   """
    84 
    84 
    85   def __init__(self, original_params=None, original_rights=None):
    85   def __init__(self, original_params=None, original_rights=None):
    86     """Defines the fields and methods required for the base View class
    86     """Defines the fields and methods required for the base View class
    87     to provide the user with list, public, create, edit and delete views.
    87     to provide the user with list, public, create, edit and delete views.