Skip to content

Commit 223f5d0

Browse files
authored
feature-8787: Change the "age" field of the custom form (#8901)
* feature-8787: Change the "age" field of the custom form * feature-8787 add one more option for age
1 parent fe3ed67 commit 223f5d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/api/helpers/static.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,8 @@
549549
'USD',
550550
]
551551

552-
AGE_GROUP_CHOICES = ['19 or less', '20 to 29', '30 to 39', '40 to 49', '50 or above']
552+
AGE_GROUP_CHOICES = ['Under 18', '18-24', '25-34', '35-44', '45-54', '55-64', '65-74', '75-84', '85+', 'I prefer not '
553+
'to say']
553554

554555
GENDER_CHOICES = [
555556
'Male',

0 commit comments

Comments
 (0)