mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
refactor: move age and gender to question set
This commit is contained in:
@@ -32,8 +32,6 @@ class PersonForm(forms.ModelForm):
|
||||
model = models.Person
|
||||
fields = [
|
||||
'name',
|
||||
'gender',
|
||||
'age_group',
|
||||
'nationality',
|
||||
'country_of_residence',
|
||||
'organisation',
|
||||
|
||||
Reference in New Issue
Block a user