comparison gpp/templates/search/indexes/news/story_text.txt @ 219:26ee684c2033

Initial commit of Haystack search integration. See #51.
author Brian Neal <bgneal@gmail.com>
date Sat, 05 Jun 2010 20:46:52 +0000
parents
children
comparison
equal deleted inserted replaced
218:6dbb8faef085 219:26ee684c2033
1 {{ object.title }}
2 {{ object.submitter.username }}
3 {{ object.submitter.get_full_name }}
4 {{ object.short_text }}
5 {{ object.long_text }}
6 {{ object.tags }}