mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 19:37:06 +00:00
fix: remove refactored questions from person form
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user