This commit is contained in:
Greg Newman
2022-11-13 14:21:03 -05:00
parent 8f0163f7dc
commit 407f838b4c

View File

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