diff options
author | Cefin <kevon@tuta.io> | 2021-12-03 13:08:52 +0000 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 09:58:49 +0200 |
commit | 77c11abadbd5b5083b40b26b44be6b444e402a4f (patch) | |
tree | 4a421c6728d4949f4903756f6e6123d1b2e95fe6 /ishtar_common/models.py | |
parent | 6b85053eb23bd4ec43044fc23fac13fc4e45fa4c (diff) | |
download | Ishtar-77c11abadbd5b5083b40b26b44be6b444e402a4f.tar.bz2 Ishtar-77c11abadbd5b5083b40b26b44be6b444e402a4f.zip |
rapid action on person record add account #5216 part one
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
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", "", |