class OrganisationForm(forms.ModelForm):
+ new_form_intro = """<em>Note!</em> An organisation record is only needed to post news, events,
+products or professional services. In particular, it is <em>not</em> necessary to register an
+organisation in order to ask questions or otherwise participate on the PostgreSQL mailing lists, file a bug
+report, or otherwise interact with the community."""
+
remove_email = forms.ModelMultipleChoiceField(required=False, queryset=None, label="Current email addresses", help_text="Select one or more email addresses to remove")
add_email = forms.EmailField(required=False, help_text="Enter an email address to add")
remove_manager = forms.ModelMultipleChoiceField(required=False, queryset=None, label="Current manager(s)", help_text="Select one or more managers to remove")