def __init__(self, *args, **kwargs): WTF.Form.__init__(self, *args, **kwargs) self.subject_id.choices = get_subject_choices() self.role_id.choices = get_role_choices()