agdj/core/templates/blog/post_list.html
changeset 416 5a586a8c2f8f
parent 315 5acb50dc1203
child 419 b16f4fab397a
     1.1 --- a/agdj/core/templates/blog/post_list.html	Sun Aug 24 10:19:56 2008 -0400
     1.2 +++ b/agdj/core/templates/blog/post_list.html	Sun Feb 01 01:35:02 2009 -0500
     1.3 @@ -2,10 +2,8 @@
     1.4  {% load cache %}
     1.5  
     1.6  {% block content %}
     1.7 -{% cache 500 all_posts %}
     1.8  {% for object in posts %}
     1.9  {% include "blog/render_post_summary.html" %}
    1.10  {% endfor %}
    1.11 -{% endcache %}
    1.12  {% endblock %}
    1.13