refactor: migrate to question sets for person qs

This means we're starting to use the same system for person questions
as for relationship questions
This commit is contained in:
James Graham
2020-11-26 12:59:30 +00:00
parent a94db2713e
commit 5035b121a6
8 changed files with 304 additions and 31 deletions

View File

@@ -40,7 +40,6 @@ class PersonForm(forms.ModelForm):
'organisation_started_date',
'job_title',
'disciplines',
'role',
'themes',
]
widgets = {