admin: fix incorrect view name for groups
This commit is contained in:
		@ -234,7 +234,7 @@ urlpatterns = [
 | 
			
		||||
        name="user-password-reset",
 | 
			
		||||
    ),
 | 
			
		||||
    # Groups
 | 
			
		||||
    path("groups/", groups.GroupListView.as_view(), name="group"),
 | 
			
		||||
    path("groups/", groups.GroupListView.as_view(), name="groups"),
 | 
			
		||||
    path("groups/create/", groups.GroupCreateView.as_view(), name="group-create"),
 | 
			
		||||
    path(
 | 
			
		||||
        "groups/<uuid:pk>/update/",
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user