From 8aed07b68ef48eed2ad277c446174bf7ce07850e Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 6 Jan 2016 13:27:01 +0100 Subject: [PATCH 3/5] agent/authentic2: add help text to role form "emails" field (#9503) --- hobo/agent/authentic2/role_forms.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hobo/agent/authentic2/role_forms.py b/hobo/agent/authentic2/role_forms.py index 17c4a6c..fb5ebc3 100644 --- a/hobo/agent/authentic2/role_forms.py +++ b/hobo/agent/authentic2/role_forms.py @@ -82,7 +82,8 @@ class RoleForm(RoleEditForm): 'they are concerned by this role.')) emails = CommaSeparatedCharField(label=_('Emails'), item_validators=[EmailValidator()], - required=False) + required=False, + help_text=_('Emails must be separated by commas.')) emails_to_members = forms.BooleanField(required=False, label=_('Emails to members')) -- 2.1.4