From b7cd97f67470970376bf5b6b786f3548e8680c7b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 10 Mar 2025 15:31:01 +0100 Subject: 🐛 sheet account: fix link for quick edit action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 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", "", -- cgit v1.2.3