annotate gpp/templates/search/indexes/news/story_text.txt @ 327:a1bf6cf49720

Modified the implementation of the avatar tag to look for an attribute 'user_profile' on the user object. If present, this is assumed to be the profile. This improves the performance of the member list and some forum views.
author Brian Neal <bgneal@gmail.com>
date Tue, 22 Feb 2011 02:11:26 +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 }}