aboutsummaryrefslogtreecommitdiffstats
path: root/pysite
diff options
context:
space:
mode:
authorGravatar momothereal <[email protected]>2018-06-20 18:24:48 -0400
committerGravatar momothereal <[email protected]>2018-06-20 18:24:48 -0400
commit89a2e79044d6e4b3caea500a438bce6ca4664011 (patch)
tree1084ca62d9bcd7d9bbc649b2f63a4b0e554f61ee /pysite
parentStart work on individual team view (diff)
Fix view name
Diffstat (limited to 'pysite')
-rw-r--r--pysite/views/main/jams/team_view.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/views/main/jams/team_view.py b/pysite/views/main/jams/team_view.py
index ebb1a5ce..7eabfdba 100644
--- a/pysite/views/main/jams/team_view.py
+++ b/pysite/views/main/jams/team_view.py
@@ -9,7 +9,7 @@ from pysite.mixins import DBMixin, OAuthMixin
log = logging.getLogger(__name__)
-class JamsTeamsListView(RouteView, DBMixin, OAuthMixin):
+class JamsTeamView(RouteView, DBMixin, OAuthMixin):
path = "/jams/team/<string:team_id>"
name = "jams.team_view"