Updating the AT-AT user profile content

This commit is contained in:
rachel-dtr
2019-04-02 14:39:30 -04:00
parent aa301f6048
commit fe4f0e63ac
3 changed files with 3 additions and 6 deletions

View File

@@ -29,16 +29,14 @@ USER_FIELDS = {
translate("forms.edit_user.service_branch_label"), choices=SERVICE_BRANCHES
),
"citizenship": RadioField(
description=translate("forms.edit_user.citizenship_description"),
choices=[
("United States", "United States"),
("Foreign National", "Foreign National"),
("Other", "Other"),
],
]
),
"designation": RadioField(
translate("forms.edit_user.designation_label"),
description=translate("forms.edit_user.designation_description"),
choices=[
("military", "Military"),
("civilian", "Civilian"),