Mercurial > public > sg101
diff gpp/templates/search/indexes/bio/userprofile_text.txt @ 277:d424b8bae71d
Fixing #128 and #129. Add elsewhere weblinks to search content. Add support for haystack's get_update_field() method.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 02 Oct 2010 23:24:39 +0000 |
parents | cd4124b19196 |
children |
line wrap: on
line diff
--- a/gpp/templates/search/indexes/bio/userprofile_text.txt Thu Sep 30 00:06:04 2010 +0000 +++ b/gpp/templates/search/indexes/bio/userprofile_text.txt Sat Oct 02 23:24:39 2010 +0000 @@ -5,3 +5,7 @@ {{ object.interests }} {{ object.profile_text }} {{ object.signature }} +{% for website in object.user.website_profiles.all %} +{{ website.name }} +{{ website.url }} +{% endfor %}