comparison gpp/templates/base.html @ 329:000c006fee97

Various small changes to reduce database hits.
author Brian Neal <bgneal@gmail.com>
date Wed, 23 Feb 2011 03:40:18 +0000
parents 0c18dfb1da1c
children a805c496923f
comparison
equal deleted inserted replaced
328:3f9b9fd54b01 329:000c006fee97
73 </ul> 73 </ul>
74 {% cache 300 potd_block %} 74 {% cache 300 potd_block %}
75 {% photo_of_the_day %} 75 {% photo_of_the_day %}
76 {% endcache %} 76 {% endcache %}
77 {% shoutbox %} 77 {% shoutbox %}
78 {% irc_status %} 78 {% cache 60 irc_block %}
79 {% irc_status %}
80 {% endcache %}
79 </div> 81 </div>
80 82
81 <div id="content-primary" class="span-19 last"> 83 <div id="content-primary" class="span-19 last">
82 {% block content %} 84 {% block content %}
83 {% endblock %} 85 {% endblock %}