Calculate and translate unread status counts in view
This commit is contained in:
parent
a74f907a61
commit
3fc690e763
6 changed files with 30 additions and 43 deletions
|
@ -62,7 +62,6 @@ class Feed(View):
|
|||
"streams": STREAMS,
|
||||
"goal_form": forms.GoalForm(),
|
||||
"feed_status_types_options": FeedFilterChoices,
|
||||
"allowed_status_types": request.user.feed_status_types,
|
||||
"filters_applied": filters_applied,
|
||||
"path": f"/{tab['key']}",
|
||||
"annual_summary_year": get_annual_summary_year(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue