From 2952a1eb0b8c4a1777bdb2d6a125557e796ead4f Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Fri, 23 Mar 2018 18:02:36 -0400 Subject: [PATCH] Allow the user to toggle between their teams and events, and all teams and events --- get_together/templates/get_together/base.html | 2 -- .../templates/get_together/events/list_events.html | 7 ++++++- .../templates/get_together/teams/list_teams.html | 9 ++++++++- get_together/urls.py | 4 +++- get_together/views/events.py | 11 +++++++++++ get_together/views/teams.py | 13 ++++++++++++- 6 files changed, 40 insertions(+), 6 deletions(-) diff --git a/get_together/templates/get_together/base.html b/get_together/templates/get_together/base.html index 688bd1d..c2af59f 100644 --- a/get_together/templates/get_together/base.html +++ b/get_together/templates/get_together/base.html @@ -77,7 +77,6 @@ form {