Django

Code

Changeset 3010

Show
Ignore:
Timestamp:
05/30/06 21:01:38 (2 years ago)
Author:
adrian
Message:

Fixed bug in homepage.html template for djangoproject.com

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • djangoproject.com/django_website/templates/flatfiles/homepage.html

    r3008 r3010  
    7575 
    7676{% for latest_entry in latest_entries %} 
    77     {% get_free_comment_count for blog.entries latest_entry.id as comment_count %} 
     77    {% get_free_comment_count for blog.entry latest_entry.id as comment_count %} 
    7878    <h3><a href="{{ latest_entry.get_absolute_url }}">{{ latest_entry.headline }}</a></h3> 
    7979    <p class="date">by <strong>{{ latest_entry.author }}</strong> on {{ latest_entry.pub_date|date:"M. j, Y" }}</p>