Updating the AT-AT user profile content
This commit is contained in:
parent
aa301f6048
commit
fe4f0e63ac
@ -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"),
|
||||
|
@ -9,8 +9,7 @@
|
||||
<div class='panel__heading'>
|
||||
<h1>
|
||||
<div class='h2'>{{ user.first_name }} {{ user.last_name }}</div>
|
||||
<div class='h3'>DOD ID: {{ user.dod_id }}</div>
|
||||
<div class='subtitle h3'>Edit user details</div>
|
||||
<div class='h3'>DoD ID: {{ user.dod_id }}</div>
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -81,7 +81,7 @@ forms:
|
||||
</a> website.
|
||||
date_latest_training_label: Latest Information Assurance (IA) training completion date
|
||||
designation_description: What is your designation within the DoD?
|
||||
designation_label: Designation of Person
|
||||
designation_label: Designation of person
|
||||
email_label: Email Address
|
||||
first_name_label: First Name
|
||||
last_name_label: Last Name
|
||||
|
Loading…
x
Reference in New Issue
Block a user