Implement more payout management
This commit is contained in:
@@ -263,6 +263,11 @@ urlpatterns = [
|
||||
payouts.PayoutDelete.as_view(),
|
||||
name="payout_delete",
|
||||
),
|
||||
path(
|
||||
"payouts/action/delete_all/",
|
||||
payouts.PayoutDeleteAll.as_view(),
|
||||
name="payout_delete_all",
|
||||
),
|
||||
# Link groups
|
||||
path(
|
||||
"links/<str:type>/",
|
||||
|
||||
Reference in New Issue
Block a user