From 4e6bde42b0b0643dfadd354bfa31cf4f59d4b5ae Mon Sep 17 00:00:00 2001 From: Cefin Date: Mon, 6 Dec 2021 12:05:02 +0000 Subject: rapid action on person record add account #5216 part three --- ishtar_common/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index b06b927ba..af7908b53 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -2921,8 +2921,8 @@ class Person(Address, Merge, OwnPerms, ValueGetter, MainItem): ( reverse("account_creation", args=[self.pk]), _("Create new account"), - "fa fa-pencil", - _("Compte"), + "fa fa-user", + "", "", False, ), -- cgit v1.2.3