Skip to content

Commit

Permalink
fix for org activities
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed May 21, 2019
1 parent 9c4a5b7 commit 9b04e6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/dashboard/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1846,6 +1846,11 @@ def profile(request, handle):
('new_grant_subscription', _('Grants subscribed to')),
('killed_grant_contribution', _('Grants unsubscribed from')),
]
if profile.is_org:
activity_tabs = [
('all', _('All Activity')),
]

page = request.GET.get('p', None)

if page:
Expand Down

0 comments on commit 9b04e6e

Please sign in to comment.