Adding user_profile to /reader/feeds. Has is_premium field, as well as web preferences.

This commit is contained in:
Samuel Clay 2013-08-22 19:44:16 -07:00
parent de6021dac4
commit 5bea347f55

View file

@ -280,6 +280,7 @@ def load_feeds(request):
'social_feeds': social_feeds,
'social_profile': social_profile,
'social_services': social_services,
'user_profile': user.profile,
'folders': json.decode(folders.folders),
'starred_count': starred_count,
'categories': categories