diff options
Diffstat (limited to 'ishtar_common/models.py')
| -rw-r--r-- | ishtar_common/models.py | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 197ac5dcc..c8056a4ab 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -4214,10 +4214,10 @@ class Document(          if can_create_document:              actions += [                  ( -                    reverse("create-document-source", args=[self.pk]), -                    _("Add document with source parent"), +                    reverse("create-document") + f"?source_pk={self.pk}", +                    _("Add sub-document"),                      "fa fa-plus", -                    _("Doc./src"), +                    _("sub-document"),                      "",                      False,                  )  | 
