Implement more detailed link group withdrawal simulations
This commit is contained in:
@@ -272,4 +272,9 @@ urlpatterns = [
|
||||
linkgroups.LinkGroupSimulation.as_view(),
|
||||
name="linkgroup_simulate",
|
||||
),
|
||||
path(
|
||||
"links/<str:type>/withdraw/<str:pk>/",
|
||||
linkgroups.LinkGroupWithdraw.as_view(),
|
||||
name="linkgroup_withdraw",
|
||||
),
|
||||
] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
|
||||
|
||||
Reference in New Issue
Block a user