Skip to content

Commit

Permalink
userdashboard/views: update tab behaviour for following and activitie…
Browse files Browse the repository at this point in the history
…s subpages from overview tab fixes #57
  • Loading branch information
philli-m committed Feb 1, 2021
1 parent 820c76f commit 5e35d1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/userdashboard/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class UserDashboardModerationView(UserDashboardBaseMixin,
class UserDashboardActivitiesView(UserDashboardBaseMixin):

template_name = 'a4_candy_userdashboard/userdashboard_activities.html'
menu_item = 'overview'

@property
def actions(self):
Expand All @@ -72,3 +73,4 @@ def actions(self):
class UserDashboardFollowingView(UserDashboardBaseMixin):

template_name = 'a4_candy_userdashboard/userdashboard_following.html'
menu_item = 'overview'

0 comments on commit 5e35d1d

Please sign in to comment.