activating tabs

This commit is contained in:
2021-12-10 08:50:19 -06:00
parent f6e0acf9d2
commit 11948d35d9
7 changed files with 36 additions and 16 deletions

View File

@@ -15,6 +15,7 @@ class PlayerListView(BenchcoachListView):
page_title = "Players"
title_strf = "{first_name} {last_name}"
subtitle_strf = "#{jersey_number}"
active_tabs = ['members_tab']
def root(request):
return redirect('/players/list')