mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
Showing is_staff on mobile devices. Useful for #631.
This commit is contained in:
parent
74ab5bc3c4
commit
23bc4f2c69
1 changed files with 1 additions and 0 deletions
|
@ -384,6 +384,7 @@ def load_feeds_flat(request):
|
|||
"social_profile": social_profile,
|
||||
"social_services": social_services,
|
||||
"user": user.username,
|
||||
"is_staff": user.is_staff,
|
||||
"user_profile": user.profile,
|
||||
"iphone_version": iphone_version,
|
||||
"categories": categories,
|
||||
|
|
Loading…
Add table
Reference in a new issue