From e02adf45c48e36d71c3885066811f72b2cb6cec8 Mon Sep 17 00:00:00 2001 From: Rajit Sarkar Date: Fri, 3 Nov 2023 08:09:44 -0400 Subject: [PATCH] CONCD-564 some additional tweaking --- concordia/templates/account/profile.html | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/concordia/templates/account/profile.html b/concordia/templates/account/profile.html index 3efd511f3..aa684382f 100644 --- a/concordia/templates/account/profile.html +++ b/concordia/templates/account/profile.html @@ -36,19 +36,15 @@

Account Settings

Username: {{ user.username }}
-
Optional: If you want a name to appear on your service letter, enter first and last name and click "Save" To remove name data click "Save" without entering any text.
- {% if user.first_name %} -
- First Name: {{ user.first_name }} -
- {% endif %} - {% if user.last_name %} -
- Last Name: {{ user.last_name }} -
- {% endif %}
+
+ First Name: {{ user.first_name }} +
+
+ Last Name: {{ user.last_name }} +
+
Optional: If you want a name to appear on your service letter, enter first and last name and click "Save" To remove name data click "Save" without entering any text.
{% csrf_token %}
@@ -66,7 +62,7 @@

Account Settings

-
+
Email address: {{ user.email }}
@@ -75,8 +71,6 @@

Account Settings

Unconfirmed email address: {{ unconfirmed_email }}
{% endif %} -
-
{% csrf_token %} @@ -95,6 +89,8 @@

Account Settings

{% endif %}
+ +