annotate gpp/templates/search/indexes/weblinks/link_text.txt @ 220:71fd8454688b

For #51, added weblinks to search. Decided against using the search index to store prerendered results. My fear is this could get too unweildy once we add forums.
author Brian Neal <bgneal@gmail.com>
date Sun, 06 Jun 2010 20:06:15 +0000
parents
children
rev   line source
bgneal@220 1 {{ object.title }}
bgneal@220 2 {{ object.url }}
bgneal@220 3 {{ object.user.username }}
bgneal@220 4 {{ object.user.get_full_name }}
bgneal@220 5 {{ object.description }}