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
|
translate("forms.edit_user.service_branch_label"), choices=SERVICE_BRANCHES
|
||||||
),
|
),
|
||||||
"citizenship": RadioField(
|
"citizenship": RadioField(
|
||||||
description=translate("forms.edit_user.citizenship_description"),
|
|
||||||
choices=[
|
choices=[
|
||||||
("United States", "United States"),
|
("United States", "United States"),
|
||||||
("Foreign National", "Foreign National"),
|
("Foreign National", "Foreign National"),
|
||||||
("Other", "Other"),
|
("Other", "Other"),
|
||||||
],
|
]
|
||||||
),
|
),
|
||||||
"designation": RadioField(
|
"designation": RadioField(
|
||||||
translate("forms.edit_user.designation_label"),
|
translate("forms.edit_user.designation_label"),
|
||||||
description=translate("forms.edit_user.designation_description"),
|
|
||||||
choices=[
|
choices=[
|
||||||
("military", "Military"),
|
("military", "Military"),
|
||||||
("civilian", "Civilian"),
|
("civilian", "Civilian"),
|
||||||
|
@ -9,8 +9,7 @@
|
|||||||
<div class='panel__heading'>
|
<div class='panel__heading'>
|
||||||
<h1>
|
<h1>
|
||||||
<div class='h2'>{{ user.first_name }} {{ user.last_name }}</div>
|
<div class='h2'>{{ user.first_name }} {{ user.last_name }}</div>
|
||||||
<div class='h3'>DOD ID: {{ user.dod_id }}</div>
|
<div class='h3'>DoD ID: {{ user.dod_id }}</div>
|
||||||
<div class='subtitle h3'>Edit user details</div>
|
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -81,7 +81,7 @@ forms:
|
|||||||
</a> website.
|
</a> website.
|
||||||
date_latest_training_label: Latest Information Assurance (IA) training completion date
|
date_latest_training_label: Latest Information Assurance (IA) training completion date
|
||||||
designation_description: What is your designation within the DoD?
|
designation_description: What is your designation within the DoD?
|
||||||
designation_label: Designation of Person
|
designation_label: Designation of person
|
||||||
email_label: Email Address
|
email_label: Email Address
|
||||||
first_name_label: First Name
|
first_name_label: First Name
|
||||||
last_name_label: Last Name
|
last_name_label: Last Name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user