# HG changeset patch # User Brian Neal # Date 1303352614 0 # Node ID 6309814cd6f7248959801a00659eee85c8c9d5f8 # Parent e06e866af4f18ff4f0cfb57aa3b480855978cecf Tweaking birthday block diff -r e06e866af4f1 -r 6309814cd6f7 gpp/templates/base.html --- 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' %} diff -r e06e866af4f1 -r 6309814cd6f7 gpp/templates/core/birthday_block.html --- a/gpp/templates/core/birthday_block.html Thu Apr 21 01:47:42 2011 +0000 +++ b/gpp/templates/core/birthday_block.html Thu Apr 21 02:23:34 2011 +0000 @@ -1,10 +1,9 @@ {% extends 'side_block.html' %} {% load url from future %} {% load humanize %} -{% block block_title %}{{ today|date:"F" }} Birthdays{% endblock %} +{% block block_title %}Cake {{ today|date:"F" }} Birthdays Cake {% endblock %} {% block block_content %} {% if profiles %} -
Cake