You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
delegates=EmailsField(label="Delegates", required=False, help_text=mark_safe("Chairs can delegate the authority to update the state of group documents - max %s persons at a given time"%MAX_GROUP_DELEGATES), max_entries=MAX_GROUP_DELEGATES)
delegates=AutocompletedEmailsField(label="Delegates", required=False, help_text=mark_safe("Chairs can delegate the authority to update the state of group documents - max %s persons at a given time"%MAX_GROUP_DELEGATES), max_entries=MAX_GROUP_DELEGATES)
0 commit comments