comparison bns_website/templates/news/news_list.html @ 21:687af3cb0525

I change the news model to have reverse chronological ordering. I removed a rogue </div> tab from the news_list.html template.
author Bob Mourlam <bob.mourlam@gmail.com>
date Mon, 31 Oct 2011 20:55:02 -0500
parents 2de51cc51d3a
children 1357c69e887d
comparison
equal deleted inserted replaced
18:abe08d74dab3 21:687af3cb0525
24 <dd>{{ news.content|linebreaksbr }}</dd> 24 <dd>{{ news.content|linebreaksbr }}</dd>
25 <p/> 25 <p/>
26 {% endfor %} 26 {% endfor %}
27 </dl> 27 </dl>
28 28
29 </div>
30
31 {% endblock %} 29 {% endblock %}