refactor: Make Person.discipline free text

See #33
This commit is contained in:
James Graham
2020-06-24 16:29:50 +01:00
parent 57349a6007
commit b84076ec3b
4 changed files with 67 additions and 24 deletions

View File

@@ -25,7 +25,7 @@ class PersonForm(forms.ModelForm):
'organisation',
'organisation_started_date',
'job_title',
'discipline',
'disciplines',
'role',
'themes',
]