Django

Code

Changeset 3033

Show
Ignore:
Timestamp:
05/31/06 14:33:44 (2 years ago)
Author:
adrian
Message:

magic-removal fixes to aggregator/feeditem_list.html page on djangoproject.com

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • djangoproject.com/django_website/templates/aggregator/feeditem_list.html

    r3008 r3033  
    1313{% for item in object_list %} 
    1414<h2><a href="{{ item.link }}">{{ item.title }}</a></h2> 
    15 <p class='date'>Posted on {{ item.date_modified|date:"F j, Y" }} at {{ item.date_modified|date:"g:i A" }} by <a href="{{ item.get_feed.public_url }}">{{ item.get_feed.title }}</a> <a class="rss" href="{{ item.get_feed.feed_url }}">RSS</a></p> 
     15<p class='date'>Posted on {{ item.date_modified|date:"F j, Y" }} at {{ item.date_modified|date:"g:i A" }} by <a href="{{ item.feed.public_url }}">{{ item.feed.title }}</a> <a class="rss" href="{{ item.feed.feed_url }}">RSS</a></p> 
    1616<div> 
    1717{{ item.summary }}