Refactor group music management: update removal logic and enhance user feedback in group views
This commit is contained in:
parent
094c5c104d
commit
7ed5cfcb83
3 changed files with 62 additions and 37 deletions
|
@ -27,7 +27,7 @@ urlpatterns = [
|
|||
name="group_remove_music",
|
||||
),
|
||||
path(
|
||||
"group/remove_game/<int:pk>/",
|
||||
"group/<int:pk>/remove_game/",
|
||||
views.GroupRemoveGameView.as_view(),
|
||||
name="group_remove_game",
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue