File diff a4dea58195bc → 1bfd0cc2f048
symposion/teams/urls.py
Show inline comments
...
 
@@ -5,5 +5,6 @@ urlpatterns = patterns("symposion.teams.views",
 
    url(r"^(?P<slug>[\w\-]+)/$", "team_detail", name="team_detail"),
 
    url(r"^(?P<slug>[\w\-]+)/join/$", "team_join", name="team_join"),
 
    url(r"^(?P<slug>[\w\-]+)/leave/$", "team_leave", name="team_leave"),
 
    url(r"^(?P<slug>[\w\-]+)/apply/$", "team_apply", name="team_apply"),
 
    
 
)