Mercurial > public > sg101
annotate gpp/templates/search/indexes/bio/userprofile_text.txt @ 223:cd4124b19196
For #51; add user profiles to Haystack search.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 07 Jun 2010 03:37:36 +0000 |
parents | |
children | d424b8bae71d |
rev | line source |
---|---|
bgneal@223 | 1 {{ object.user.username }} |
bgneal@223 | 2 {{ object.user.get_full_name }} |
bgneal@223 | 3 {{ object.location }} |
bgneal@223 | 4 {{ object.occupation }} |
bgneal@223 | 5 {{ object.interests }} |
bgneal@223 | 6 {{ object.profile_text }} |
bgneal@223 | 7 {{ object.signature }} |