fix(accounts): unable to share some accounts; wrong url getting used

This commit is contained in:
Herculino Trotta
2025-04-21 14:33:11 -03:00
parent 48dd658627
commit 5d64665ddd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ urlpatterns = [
),
path(
"account-groups/<int:pk>/share/",
views.account_share,
views.account_group_share,
name="account_group_share_settings",
),
]