From 14e73e313b1d60d6b8ffd4251a77dc62e3fe15e7 Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Fri, 10 Nov 2017 10:38:06 +0100
Subject: [PATCH] Update texts

---
 affiliations/forms.py                               | 4 ++--
 scipost/templates/scipost/update_personal_data.html | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/affiliations/forms.py b/affiliations/forms.py
index 088fb0125..63a1c09f4 100644
--- a/affiliations/forms.py
+++ b/affiliations/forms.py
@@ -12,9 +12,9 @@ from .models import Affiliation, Institution
 
 
 class AffiliationForm(forms.ModelForm):
-    name = forms.CharField(label='* Affiliation', max_length=300)
+    name = forms.CharField(label='* Institution', max_length=300)
     country = LazyTypedChoiceField(
-        choices=countries, label='* Country', widget=CountrySelectWidget())
+        choices=countries, label='* Country', widget=CountrySelectWidget(), default='NL')
 
     class Meta:
         model = Affiliation
diff --git a/scipost/templates/scipost/update_personal_data.html b/scipost/templates/scipost/update_personal_data.html
index d4a41b479..bf638ee15 100644
--- a/scipost/templates/scipost/update_personal_data.html
+++ b/scipost/templates/scipost/update_personal_data.html
@@ -58,7 +58,7 @@
         {% if institution_formset %}
             <div class="col-lg-6">
                 <div id="institutions" class="formset-group">
-                    <h1 class="mb-3">Your Institutions</h1>
+                    <h1 class="mb-3">Your Affiliations</h1>
                     {{ institution_formset.media }}
                     {{ institution_formset|bootstrap }}
                 </div>
-- 
GitLab