Refactor group detail and musikgame detail templates for improved owner visibility and styling; update CSS for music count display

This commit is contained in:
Edgar P. Burkhart 2025-06-14 00:11:39 +02:00
parent 43ba52f31e
commit 78e5be580b
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
5 changed files with 64 additions and 49 deletions

View file

@ -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/",