organization = forms.CharField(label=_('Organization'), max_length=256, required=False)
country = forms.ChoiceField(label=_('Country of residence'), choices=zip(COUNTRIES, COUNTRIES))
travel_grant = forms.BooleanField(
organization = forms.CharField(label=_('Organization'), max_length=256, required=False)
country = forms.ChoiceField(label=_('Country of residence'), choices=zip(COUNTRIES, COUNTRIES))
travel_grant = forms.BooleanField(