From 08779eb9477f3d6a12198d9a77172e6ae69138a1 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Fri, 10 Nov 2017 10:36:04 +0100 Subject: [PATCH] Missing field in form --- scipost/forms.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scipost/forms.py b/scipost/forms.py index 27a14be3c..dae0ae808 100644 --- a/scipost/forms.py +++ b/scipost/forms.py @@ -272,7 +272,8 @@ class UpdatePersonalDataForm(forms.ModelForm): 'expertises', 'orcid_id', 'address', - 'personalwebpage' + 'personalwebpage', + 'accepts_SciPost_emails', ] def sync_lists(self): -- GitLab