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

@@ -14,6 +14,7 @@ class EventsListView(BenchcoachListView):
page_title = "Events"
title_strf = '{item.away_team} vs. {item.home_team}'
body_strf = "{item.start:%a, %b %-d, %-I:%M %p},\n{item.venue}"
active_tabs = ['events_tab']
def get_context_data(self):
context = super().get_context_data()