diff --git a/django_website/templates/aggregator/feeditems_list.html b/django_website/templates/aggregator/feeditems_list.html index 12611622a..5416ee27c 100644 --- a/django_website/templates/aggregator/feeditems_list.html +++ b/django_website/templates/aggregator/feeditems_list.html @@ -9,11 +9,11 @@

Community

Django hasn't even been officially released yet, and there's already a great, helpful, excited community of Web developers who've been -hacking away at it. This page aggregates their feeds.

+using and discussing it. This page, updated every 15 minutes, aggregates their feeds. {% for item in object_list %}

{{ item.title }}

-

Posted {{ item.date_modified|timesince }} ago by {{ item.get_feed.title }} (RSS)

+

Posted on {{ item.date_modified|date:"F j, Y" }} at {{ item.date_modified|date:"g:i A" }} by {{ item.get_feed.title }} RSS

{{ item.summary }}
@@ -24,4 +24,4 @@

{{ item.title }}

{% if has_next %}Earlier posts{% endif %}

-{% endblock %} \ No newline at end of file +{% endblock %}