From 27f8603dc511ad4723c8100829f458b0e5a3c719 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Sat, 4 Dec 2021 00:51:59 -0800 Subject: [PATCH] fix(python): fix ordering of fields in partials/account_form.html Signed-off-by: Kevin Morris --- templates/partials/account_form.html | 64 ++++++++++++++-------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/templates/partials/account_form.html b/templates/partials/account_form.html index f3c293d8..37bb85c4 100644 --- a/templates/partials/account_form.html +++ b/templates/partials/account_form.html @@ -42,6 +42,38 @@ "account is inactive." | tr }}

+ {% if request.user.has_credential(creds.ACCOUNT_CHANGE_TYPE) %} +

+ + +

+ +

+ + + +

+ {% endif %} + {% if request.user.is_elevated() %}

@@ -53,38 +85,6 @@

{% endif %} - {% if request.user.has_credential(creds.ACCOUNT_CHANGE_TYPE) %} -

- - -

- -

- - - -

- {% endif %} -