Implement link group detail screen with profit simulation
This commit is contained in:
@@ -252,4 +252,9 @@ urlpatterns = [
|
||||
linkgroups.LinkGroupDelete.as_view(),
|
||||
name="linkgroup_delete",
|
||||
),
|
||||
path(
|
||||
"links/<str:type>/info/<str:pk>/",
|
||||
linkgroups.LinkGroupInfo.as_view(),
|
||||
name="linkgroup_info",
|
||||
),
|
||||
] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
|
||||
|
||||
Reference in New Issue
Block a user