From d068c965592ba645d8d297ec0f6e9c6805d4fb9c Mon Sep 17 00:00:00 2001 From: Cefin Date: Fri, 3 Dec 2021 13:08:52 +0000 Subject: rapid action on person record add account #5216 part one --- ishtar_common/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index c8056a4ab..f16b9ffc9 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -2919,7 +2919,7 @@ class Person(Address, Merge, OwnPerms, ValueGetter, MainItem): return actions actions += [ ( - reverse("person_create", args=[self.pk]), + reverse("account_creation", args=[self.pk]), _("Create new user"), "fa fa-user", "", -- cgit v1.2.3