Mercurial > public > sg101
annotate gpp/templates/search/indexes/news/story_text.txt @ 459:9d3bd7304050
Fixing #221. Also combined all permissions checks into a new module, permissions.py. This allows us to cache user, category, and forum groups information since it rarely changes.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 02 Jul 2011 23:35:45 +0000 |
parents | 26ee684c2033 |
children |
rev | line source |
---|---|
bgneal@219 | 1 {{ object.title }} |
bgneal@219 | 2 {{ object.submitter.username }} |
bgneal@219 | 3 {{ object.submitter.get_full_name }} |
bgneal@219 | 4 {{ object.short_text }} |
bgneal@219 | 5 {{ object.long_text }} |
bgneal@219 | 6 {{ object.tags }} |