add past and future availabilities to gamecard
This commit is contained in:
@@ -8,7 +8,8 @@ from teamsnap.views import get_teamsnap_client
|
||||
def dashboard(request, team_id=None):
|
||||
if not team_id:
|
||||
return redirect(
|
||||
"teamsnap_dashboard", team_id=request.user.preferences.managed_team_id
|
||||
"teamsnap_dashboard",
|
||||
team_id=request.user.teamsnap_preferences.managed_team_id,
|
||||
)
|
||||
|
||||
from pyteamsnap.api import AvailabilitySummary, Event
|
||||
|
||||
Reference in New Issue
Block a user