diff 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
line wrap: on
line diff
--- a/bns_website/templates/news/news_list.html	Mon Oct 31 20:38:43 2011 -0500
+++ b/bns_website/templates/news/news_list.html	Mon Oct 31 20:55:02 2011 -0500
@@ -26,6 +26,4 @@
 {% endfor %}
 </dl>
 
-</div>
-
 {% endblock %}