view gpp/templates/search/indexes/news/story_text.txt @ 289:0dd8989abef2

Fix regexes for usernames in various urls.py files to match valid Django usernames
author Brian Neal <bgneal@gmail.com>
date Thu, 23 Dec 2010 23:36:53 +0000
parents 26ee684c2033
children
line wrap: on
line source
{{ object.title }}
{{ object.submitter.username }}
{{ object.submitter.get_full_name }}
{{ object.short_text }}
{{ object.long_text }}
{{ object.tags }}