diff gpp/templates/home.html @ 159:416353def4ca

Added a new posts template tag for the home page.
author Brian Neal <bgneal@gmail.com>
date Sun, 20 Dec 2009 20:42:19 +0000
parents e249b5f9d180
children 8acf5be27f18
line wrap: on
line diff
--- a/gpp/templates/home.html	Sun Dec 20 05:51:22 2009 +0000
+++ b/gpp/templates/home.html	Sun Dec 20 20:42:19 2009 +0000
@@ -3,6 +3,7 @@
 {% load news_tags %}
 {% load weblinks_tags %}
 {% load downloads_tags %}
+{% load forum_tags %}
 {% load cache %}
 {% block title %}Home{% endblock %}
 {% block custom_css %}
@@ -39,6 +40,7 @@
 {% cache 3600 home_bulletins %}
    {% current_bulletins %}
 {% endcache %}
+{% new_posts %}
 {% cache 3600 home_news %}
    {% current_news %}
 {% endcache %}