diff --git a/people/forms.py b/people/forms.py index 645fd1a..5e6a2a1 100644 --- a/people/forms.py +++ b/people/forms.py @@ -32,13 +32,6 @@ class PersonForm(forms.ModelForm): model = models.Person fields = [ 'name', - 'nationality', - 'country_of_residence', - 'organisation', - 'organisation_started_date', - 'job_title', - 'disciplines', - 'themes', ] widgets = { 'nationality': Select2Widget(),