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 %} -