Putting login_required on user_page breaks federation.

The inbox can't verify the signature because it can't fetch the
profile.
This commit is contained in:
Adam Kelly 2020-03-09 21:27:45 +00:00
parent e1fa7a73cc
commit 43500ec478

View file

@ -150,7 +150,6 @@ def notifications_page(request):
return TemplateResponse(request, 'notifications.html', data)
@login_required
def user_page(request, username):
''' profile page for a user '''
content = request.headers.get('Accept')