fix: undo previous change

This commit is contained in:
James Graham
2021-03-10 10:46:32 +00:00
parent b00ca4c1a2
commit 7ce47fc0ef
4 changed files with 17 additions and 16 deletions

View File

@@ -165,7 +165,6 @@ class PersonAnswerSetForm(forms.ModelForm, DynamicAnswerSetBase):
'organisation_started_date',
'project_started_date',
'job_title',
'external_organisations',
'latitude',
'longitude',
]
@@ -180,18 +179,12 @@ class PersonAnswerSetForm(forms.ModelForm, DynamicAnswerSetBase):
labels = {
'project_started_date':
f'Date started on the {settings.PARENT_PROJECT_NAME} project',
'external_organisations':
(f'Please list the main organisations external to {settings.PARENT_PROJECT_NAME} '
'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':
'If you don\'t know the exact date, an approximate date is okay.',
'project_started_date':
'If you don\'t know the exact date, an approximate date is okay.',
'external_organisations':
'Please use commas to separate organisation names.',
}
question_model = models.PersonQuestion