mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +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
|
model = models.Person
|
||||||
fields = [
|
fields = [
|
||||||
'name',
|
'name',
|
||||||
'nationality',
|
|
||||||
'country_of_residence',
|
|
||||||
'organisation',
|
|
||||||
'organisation_started_date',
|
|
||||||
'job_title',
|
|
||||||
'disciplines',
|
|
||||||
'themes',
|
|
||||||
]
|
]
|
||||||
widgets = {
|
widgets = {
|
||||||
'nationality': Select2Widget(),
|
'nationality': Select2Widget(),
|
||||||
|
|||||||
Reference in New Issue
Block a user