comparison 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
comparison
equal deleted inserted replaced
276:8a46843c258f 277:d424b8bae71d
3 {{ object.location }} 3 {{ object.location }}
4 {{ object.occupation }} 4 {{ object.occupation }}
5 {{ object.interests }} 5 {{ object.interests }}
6 {{ object.profile_text }} 6 {{ object.profile_text }}
7 {{ object.signature }} 7 {{ object.signature }}
8 {% for website in object.user.website_profiles.all %}
9 {{ website.name }}
10 {{ website.url }}
11 {% endfor %}