Skip to content

Commit

Permalink
fixing up a broken related name
Browse files Browse the repository at this point in the history
  • Loading branch information
jbalogh committed May 18, 2010
1 parent bcc9fff commit 7052221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/users/views.py
Expand Up @@ -270,7 +270,7 @@ def profile(request, user_id):
own_coll = []
if user.display_collections_fav:
fav_coll = Collection.objects.filter(
collectionsubscription__user=user,
subscriptions__user=user,
listed=True).order_by('name')
else:
fav_coll = []
Expand Down

0 comments on commit 7052221

Please sign in to comment.