refactor: move age and gender to question set

This commit is contained in:
James Graham
2020-11-26 14:10:38 +00:00
parent 5035b121a6
commit f95e06aa18
4 changed files with 120 additions and 40 deletions

View File

@@ -32,8 +32,6 @@ class PersonForm(forms.ModelForm):
model = models.Person
fields = [
'name',
'gender',
'age_group',
'nationality',
'country_of_residence',
'organisation',