diff --git a/symposion/templates/teams/team_detail.html b/symposion/templates/teams/team_detail.html index 8ef56a3a..2dd731aa 100644 --- a/symposion/templates/teams/team_detail.html +++ b/symposion/templates/teams/team_detail.html @@ -1,5 +1,8 @@ {% extends "site_base.html" %} +{% load url from future %} + + {% load bootstrap_tags %} {% block head_title %}{{ team.name }}{% endblock %} @@ -9,21 +12,21 @@