summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
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 bb7cee9ac..29995a5ba 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -4226,7 +4226,7 @@ class IshtarUser(FullSearch):
200,
),
(
- reverse("account-manage", args=[self.pk]),
+ reverse("account-manage", args=[self.person_id]),
_("Manage account"),
"fa fa-user",
"",