app/soc/views/models/role.py
changeset 520 b0c623819b68
parent 518 d9d31d316a74
child 521 07b2c382a4d6
equal deleted inserted replaced
519:561a438115eb 520:b0c623819b68
    65   """Views for all entities that inherit from Role.
    65   """Views for all entities that inherit from Role.
    66 
    66 
    67   All views that only Role entities have are defined in this subclass.
    67   All views that only Role entities have are defined in this subclass.
    68   """
    68   """
    69   
    69   
    70   DEF_INVITE_INSTRUCTION_TEXT = ugettext_lazy('Please use this form to invite someone to become a %(name)s.')
    70   DEF_INVITE_INSTRUCTION_TEXT = ugettext_lazy(
       
    71       'Please use this form to invite someone to become a %(name)s.')
    71 
    72 
    72   def __init__(self, original_params=None):
    73   def __init__(self, original_params=None):
    73     """
    74     """
    74 
    75 
    75     Args:
    76     Args: