diff --git a/cms/templates/manage_users.html b/cms/templates/manage_users.html index 4cbfff2f51..6dc1561c9f 100644 --- a/cms/templates/manage_users.html +++ b/cms/templates/manage_users.html @@ -98,7 +98,7 @@

${user.username} - ${user.email} + ${user.email}

@@ -114,7 +114,7 @@ % if request.user.id != user.id: ## can't remove yourself
  • - ${_("Delete the user,")} ${user.username} + ${_("Delete the user, {username}").format(username=user.username)}
  • % endif