From b427cc04ee9b212dad68dd2ce7d9ef06e38a4fb9 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Fri, 10 Nov 2017 10:38:41 +0100 Subject: [PATCH] Update texts --- affiliations/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/affiliations/forms.py b/affiliations/forms.py index 63a1c09f4..afe9b279e 100644 --- a/affiliations/forms.py +++ b/affiliations/forms.py @@ -14,7 +14,7 @@ from .models import Affiliation, Institution class AffiliationForm(forms.ModelForm): name = forms.CharField(label='* Institution', max_length=300) country = LazyTypedChoiceField( - choices=countries, label='* Country', widget=CountrySelectWidget(), default='NL') + choices=countries, label='* Country', widget=CountrySelectWidget()) class Meta: model = Affiliation -- GitLab