Mercurial > public > sg101
diff gpp/templates/base.html @ 421:e06e866af4f1
Fixing #207; adding a birthday block.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 21 Apr 2011 01:47:42 +0000 |
parents | 9175392da056 |
children | 6309814cd6f7 |
line wrap: on
line diff
--- a/gpp/templates/base.html Wed Apr 20 23:42:10 2011 +0000 +++ b/gpp/templates/base.html Thu Apr 21 01:47:42 2011 +0000 @@ -9,6 +9,7 @@ {% load messages_tags %} {% load script_tags %} {% load poll_tags %} +{% load core_tags %} {% load cache %} <head><title>SurfGuitar101.com | {% block title %}{% endblock %}</title> <meta http-equiv="Content-Type" content="text/html" /> @@ -84,6 +85,9 @@ {% cache 3600 poll_block %} {% latest_poll_block %} {% endcache %} + {# cache 3600 birthday_block #} + {% birthday_block %} + {# endcache #} {% include 'core/mp3comp_block.html' %} </div>