SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 2ed7fdaa authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Update texts

parent b427cc04
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ from .models import Affiliation, Institution ...@@ -14,7 +14,7 @@ from .models import Affiliation, Institution
class AffiliationForm(forms.ModelForm): class AffiliationForm(forms.ModelForm):
name = forms.CharField(label='* Institution', max_length=300) name = forms.CharField(label='* Institution', max_length=300)
country = LazyTypedChoiceField( country = LazyTypedChoiceField(
choices=countries, label='* Country', widget=CountrySelectWidget()) choices=countries, label='* Country', widget=CountrySelectWidget(), initial='NL')
class Meta: class Meta:
model = Affiliation model = Affiliation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment