Adding user_id to /reader/feeds.

This commit is contained in:
Samuel Clay 2016-01-22 12:46:41 -08:00
parent eb41788913
commit b064576101

View file

@ -297,6 +297,7 @@ def load_feeds(request):
'social_services': social_services,
'user_profile': user.profile,
"is_staff": user.is_staff,
'user_id': user.pk,
'folders': json.decode(folders.folders),
'starred_count': starred_count,
'starred_counts': starred_counts,