Modified:
/wiki/pp_get_tags_for_object.wiki
=======================================
--- /wiki/pp_get_tags_for_object.wiki Wed Feb 9 07:19:57 2011
+++ /wiki/pp_get_tags_for_object.wiki Wed Feb 9 07:25:10 2011
@@ -4,7 +4,7 @@
= Custom Tag: `pp_get_tags_for_object` =
====_Module: pirate_core_====
-This template tag populates the namespace `pp_tag` with a list of
recommended tags for this Object. Recommendations are currently based on
Model, in the future they can be based on similarity metrics or
collaborative filtering.
+This template tag populates the namespace `pp_tag` with a list Tags that
have been applied to the passed argument `object`.
==_Arguments and Parameters_==
@@ -21,7 +21,7 @@
==_Examples_==
====Basic form====
-The following code will display the HTML list of tag recommendations.
+The following code displays the list of tags with a link.
{{{
{% pp_get_tags_for_object object=request.object %}