Mercurial > public > sg101
comparison gpp/templates/base.html @ 559:b9a41956be23
Adding the RFB banner block.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 02 Feb 2012 19:05:46 -0600 |
parents | 51fa1e0ca218 |
children |
comparison
equal
deleted
inserted
replaced
558:9a68fd3bd8a5 | 559:b9a41956be23 |
---|---|
78 {% endcache %} | 78 {% endcache %} |
79 {% shoutbox %} | 79 {% shoutbox %} |
80 {% cache 60 irc_block %} | 80 {% cache 60 irc_block %} |
81 {% irc_status %} | 81 {% irc_status %} |
82 {% endcache %} | 82 {% endcache %} |
83 {% cache 300 rfb_block %} | |
84 {% include 'core/rfb_block.html' %} | |
85 {% endcache %} | |
83 {% cache 3600 poll_block %} | 86 {% cache 3600 poll_block %} |
84 {% latest_poll_block %} | 87 {% latest_poll_block %} |
85 {% endcache %} | 88 {% endcache %} |
86 {% cache 3600 birthday_block %} | 89 {% cache 3600 birthday_block %} |
87 {% birthday_block %} | 90 {% birthday_block %} |