Mercurial > public > sg101
view gpp/templates/news/current_news.html @ 63:5899e308cdb3
Sigh, changed the donations data format because it seems to be different than the stand-alone IPN tester. The month name doesn't have a dot after it.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 27 Jun 2009 21:40:04 +0000 |
parents | 07da6967fc40 |
children | da46e77cd804 |
line wrap: on
line source
{% load tagging_tags %} {% if stories %} <h2>Current News Stories</h2> {% for story in stories %} {% tags_for_object story as story_tags %} {% include 'news/story_summary.html' %} {% endfor %} <hr /> <p>For more news stories, check out our <a href="{% url news-index_page page=1 %}">news archive</a>.</p> {% endif %}