Refactor group detail and musikgame detail templates for improved owner visibility and styling; update CSS for music count display
This commit is contained in:
parent
43ba52f31e
commit
78e5be580b
5 changed files with 64 additions and 49 deletions
|
@ -10,11 +10,6 @@ urlpatterns = [
|
|||
path(
|
||||
"group/<int:pk>/delete/", views.GroupDeleteView.as_view(), name="group_delete"
|
||||
),
|
||||
path(
|
||||
"group/<int:pk>/edit_members/",
|
||||
views.GroupAddMembersView.as_view(),
|
||||
name="group_edit_members",
|
||||
),
|
||||
path("group/<int:pk>/", views.GroupDetailView.as_view(), name="group_detail"),
|
||||
path(
|
||||
"group/<int:pk>/add_music/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue