fix 500
This commit is contained in:
parent
8444a44fa2
commit
fef7da70e8
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ def retrieve(request, id):
|
|||
{
|
||||
'collection': collection,
|
||||
'form': form,
|
||||
'editable': collection.is_editable_by(request.user),
|
||||
'editable': request.user.is_authenticated and collection.is_editable_by(request.user),
|
||||
'followers': followers,
|
||||
'following': following,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue