diff --git a/application/templates/blog_search_list_view.html b/application/templates/blog_search_list_view.html index 881769a..b033ffd 100644 --- a/application/templates/blog_search_list_view.html +++ b/application/templates/blog_search_list_view.html @@ -1,10 +1,18 @@ {% extends "base.html" %} {% block content %} {% load taggit_templatetags2_tags %} -{% get_tagcloud as tags for 'application' %} -{% include_tagcloud 'application.Post' %}