diff --git a/templates/partials/account_form.html b/templates/partials/account_form.html index fc46f8c4..1a444582 100644 --- a/templates/partials/account_form.html +++ b/templates/partials/account_form.html @@ -75,7 +75,7 @@
{% endif %} - {% if request.user.is_elevated() %} + {% if request.user.has_credential(creds.ACCOUNT_EDIT, approved=[user]) %}