Skip to content

Commit 42fe4cc

Browse files
committed
Change label and help text of the secondary mail addresses in the merge form. Fixes ietf-tools#1037
- Legacy-Id: 5715
1 parent ad5c2dd commit 42fe4cc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ietf/nomcom/forms.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,8 @@ def clean_public_key(self):
307307

308308
class MergeForm(BaseNomcomForm, forms.Form):
309309

310-
secondary_emails = custom_fields.MultiEmailField(label="Secondary email address (remove this):")
310+
secondary_emails = custom_fields.MultiEmailField(label="Secondary email addresses",
311+
help_text="Provide a comma separated list of email addresses. Nominations already received with any of these email address will be moved to show under the primary address")
311312
primary_email = forms.EmailField(label="Primary email address",
312313
widget=forms.TextInput(attrs={'size': '40'}))
313314

0 commit comments

Comments
 (0)