diff gpp/templates/base.html @ 422:6309814cd6f7

Tweaking birthday block
author Brian Neal <bgneal@gmail.com>
date Thu, 21 Apr 2011 02:23:34 +0000
parents e06e866af4f1
children d0f0800eef0c
line wrap: on
line diff
--- a/gpp/templates/base.html	Thu Apr 21 01:47:42 2011 +0000
+++ b/gpp/templates/base.html	Thu Apr 21 02:23:34 2011 +0000
@@ -85,9 +85,9 @@
    {% cache 3600 poll_block %}
       {% latest_poll_block %}
    {% endcache %}
-   {# cache 3600 birthday_block #}
+   {% cache 3600 birthday_block %}
       {% birthday_block %}
-   {# endcache #}
+   {% endcache %}
    {% include 'core/mp3comp_block.html' %}
 </div>