From fe4f0e63ac8a8cacbffffb294d5a497b43d56c39 Mon Sep 17 00:00:00 2001 From: rachel-dtr Date: Tue, 2 Apr 2019 14:39:30 -0400 Subject: [PATCH] Updating the AT-AT user profile content --- atst/forms/edit_user.py | 4 +--- templates/user/edit.html | 3 +-- translations.yaml | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/atst/forms/edit_user.py b/atst/forms/edit_user.py index ec9db68a..835db7e3 100644 --- a/atst/forms/edit_user.py +++ b/atst/forms/edit_user.py @@ -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"), diff --git a/templates/user/edit.html b/templates/user/edit.html index f1091963..fc4ac64f 100644 --- a/templates/user/edit.html +++ b/templates/user/edit.html @@ -9,8 +9,7 @@

{{ user.first_name }} {{ user.last_name }}
-
DOD ID: {{ user.dod_id }}
-
Edit user details
+
DoD ID: {{ user.dod_id }}

diff --git a/translations.yaml b/translations.yaml index c4ab5a67..427447d3 100644 --- a/translations.yaml +++ b/translations.yaml @@ -81,7 +81,7 @@ forms: 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