diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-10 15:31:01 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-10 15:31:01 +0100 |
commit | b7cd97f67470970376bf5b6b786f3548e8680c7b (patch) | |
tree | 678cd8b9e5afa2c478bebd8fb2122df2712bad7d /ishtar_common/models.py | |
parent | ba6064e0efa6a65d5a7b883e887bffa33565b5fc (diff) | |
download | Ishtar-b7cd97f67470970376bf5b6b786f3548e8680c7b.tar.bz2 Ishtar-b7cd97f67470970376bf5b6b786f3548e8680c7b.zip |
🐛 sheet account: fix link for quick edit action
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 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", "", |