feat: allow multiple nationalities

Resolves #108
This commit is contained in:
James Graham
2021-03-19 15:57:32 +00:00
parent 81598ea624
commit 27b16c2212
4 changed files with 27 additions and 4 deletions

View File

@@ -147,7 +147,7 @@ class PersonAnswerSet(AnswerSet):
##################
# Static questions
nationality = CountryField(blank=True, null=True)
nationality = CountryField(multiple=True, blank=True)
country_of_residence = CountryField(blank=True, null=True)