diff --git a/project_name/templates/teams/team_detail.html b/project_name/templates/teams/team_detail.html index 99fce43..c552e5b 100644 --- a/project_name/templates/teams/team_detail.html +++ b/project_name/templates/teams/team_detail.html @@ -2,7 +2,7 @@ {% load bootstrap %} {% load thumbnail %} -{% load wiki_tags %} +{% load pinax_wiki_tags %} {% block head_title %}{{ team.name }}{% endblock %}