annotate gpp/templates/search/indexes/forums/post_text.txt @ 574:ddd69a8e07c7

For Django 1.4, use django.conf.urls instead of django.conf.urls.defaults.
author Brian Neal <bgneal@gmail.com>
date Thu, 03 May 2012 20:45:16 -0500
parents b1f939b1fb01
children
rev   line source
bgneal@222 1 {{ object.user.username }}
bgneal@222 2 {{ object.user.get_full_name }}
bgneal@222 3 {{ object.body }}