refactor: move disciplines and orgs to free text

Resolves #102
This commit is contained in:
James Graham
2021-03-16 11:54:34 +00:00
parent 583a49fdd3
commit 98e9148998
4 changed files with 92 additions and 1 deletions

View File

@@ -164,6 +164,8 @@ class PersonAnswerSetForm(forms.ModelForm, DynamicAnswerSetBase):
'organisation_started_date',
'project_started_date',
'job_title',
'disciplinary_background',
'external_organisations',
'latitude',
'longitude',
]
@@ -178,6 +180,8 @@ class PersonAnswerSetForm(forms.ModelForm, DynamicAnswerSetBase):
labels = {
'project_started_date':
f'Date started on the {settings.PARENT_PROJECT_NAME} project',
'external_organisations':
'Please list the main organisations external to BRECcIA work that you have been working with since 1st January 2019 that are involved in food/water security in African dryland regions'
}
help_texts = {
'organisation_started_date':