Changeset 3010
- Timestamp:
- 05/30/06 21:01:38 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
djangoproject.com/django_website/templates/flatfiles/homepage.html
r3008 r3010 75 75 76 76 {% for latest_entry in latest_entries %} 77 {% get_free_comment_count for blog.entr ieslatest_entry.id as comment_count %}77 {% get_free_comment_count for blog.entry latest_entry.id as comment_count %} 78 78 <h3><a href="{{ latest_entry.get_absolute_url }}">{{ latest_entry.headline }}</a></h3> 79 79 <p class="date">by <strong>{{ latest_entry.author }}</strong> on {{ latest_entry.pub_date|date:"M. j, Y" }}</p>
