feat: add question on external organisations

This commit is contained in:
James Graham
2021-03-10 10:37:42 +00:00
parent af31971565
commit b00ca4c1a2
4 changed files with 42 additions and 7 deletions

View File

@@ -169,6 +169,11 @@ class PersonAnswerSet(AnswerSet):
blank=True,
null=False)
#: External organisations this person has worked with
external_organisations = models.CharField(max_length=1023,
blank=True,
null=False)
#: Latitude for displaying location on a map
latitude = models.FloatField(blank=True, null=True)