summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
authorCefin <kevon@tuta.io>2021-12-06 14:50:37 +0000
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-07-08 09:58:49 +0200
commit7aba565adaed0e58f7098d03860c5441ee9bd973 (patch)
treea9213751a9788192d2cddec256907f8dfbd4c100 /ishtar_common/models.py
parent4e6bde42b0b0643dfadd354bfa31cf4f59d4b5ae (diff)
downloadIshtar-7aba565adaed0e58f7098d03860c5441ee9bd973.tar.bz2
Ishtar-7aba565adaed0e58f7098d03860c5441ee9bd973.zip
rapid action on person record add account #5216 part four
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py2
1 files changed, 1 insertions, 1 deletions
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",
"",