diff --git a/project_name/templates/profiles/profile_detail.html b/project_name/templates/profiles/profile_detail.html index 1950735..4b3a1dd 100644 --- a/project_name/templates/profiles/profile_detail.html +++ b/project_name/templates/profiles/profile_detail.html @@ -1,6 +1,6 @@ {% extends "site_base.html" %} -{% load wiki_tags %} +{% load pinax_wiki_tags %} {% block head_title %}{{ profile.display_name }}{% endblock %}