fix: remove refactored questions from person form

This commit is contained in:
James Graham
2020-12-02 14:57:27 +00:00
parent 0288b0320d
commit 2027d9d3ab

View File

@@ -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(),