From 9367bc912631aa50acec75b1804bb13dcef2bad4 Mon Sep 17 00:00:00 2001 From: Cefin Date: Mon, 6 Dec 2021 14:50:37 +0000 Subject: rapid action on person record add account #5216 part four --- 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 af7908b53..74d81281d 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("account_creation", args=[self.pk]), + reverse("account_management", args=[self.pk]), _("Create new account"), "fa fa-user", "", -- cgit v1.2.3