mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
black
This commit is contained in:
@@ -46,7 +46,7 @@ class ProfileViewSet(DetailView):
|
||||
ViewSet to show statistics about a user to include
|
||||
stats, badges, forum posts, reviews, etc.
|
||||
"""
|
||||
|
||||
model = User
|
||||
queryset = User.objects.all()
|
||||
template_name = "users/profile.html"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user