mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	page title and edit buttons
This commit is contained in:
		@@ -143,10 +143,6 @@ class UserDetailView(LoginRequiredMixin, DetailView):
 | 
			
		||||
        club_list = \
 | 
			
		||||
            Membership.objects.all().filter(user=user).only("club")
 | 
			
		||||
        context['club_list'] = ClubTable(club_list)
 | 
			
		||||
        context['title'] = _("Account #%(id)s: %(username)s") % {
 | 
			
		||||
            'id': user.pk,
 | 
			
		||||
            'username': user.username,
 | 
			
		||||
        }
 | 
			
		||||
        return context
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user